Update Dockerfile
This commit is contained in:
parent
5b71c9a2b7
commit
34728990c3
@ -3,7 +3,7 @@ FROM alpine AS build-env
|
|||||||
|
|
||||||
# Pakete installieren
|
# Pakete installieren
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install --no-cache -y build-essential gcc curl vim net-tools
|
RUN apt-get install -y build-essential gcc curl vim net-tools
|
||||||
|
|
||||||
# Arbeitsverzeichnis setzen
|
# Arbeitsverzeichnis setzen
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user