Dockerfile aktualisiert
This commit is contained in:
parent
e1f496dd3b
commit
9cc4bc497e
@ -3,7 +3,7 @@ FROM alpine
|
||||
|
||||
# Pakete installieren
|
||||
RUN apk update
|
||||
RUN apk install -y build-essential gcc curl vim net-tools
|
||||
RUN apk install build-essential gcc curl vim net-tools
|
||||
|
||||
# Arbeitsverzeichnis setzen
|
||||
WORKDIR /app
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user