Dockerfile aktualisiert
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
9cc4bc497e
commit
d428dbab16
@ -2,8 +2,8 @@
|
||||
FROM alpine
|
||||
|
||||
# Pakete installieren
|
||||
RUN apk update
|
||||
RUN apk install build-essential gcc curl vim net-tools
|
||||
#RUN apk update
|
||||
RUN apk add --no-cache build-base curl vim net-tools
|
||||
|
||||
# Arbeitsverzeichnis setzen
|
||||
WORKDIR /app
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user