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
|
FROM alpine
|
||||||
|
|
||||||
# Pakete installieren
|
# Pakete installieren
|
||||||
RUN apk update
|
#RUN apk update
|
||||||
RUN apk install build-essential gcc curl vim net-tools
|
RUN apk add --no-cache build-base curl vim net-tools
|
||||||
|
|
||||||
# Arbeitsverzeichnis setzen
|
# Arbeitsverzeichnis setzen
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user