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