forked from freudenreichan/EinfuehrungInDocker_Pipeline2
This commit is contained in:
parent
29eeeb41fb
commit
c5e4a1e6a7
@ -3,7 +3,7 @@ FROM alpine:latest
|
|||||||
|
|
||||||
# Pakete installieren
|
# Pakete installieren
|
||||||
#RUN apt-get update
|
#RUN apt-get update
|
||||||
RUN apk add -y build-essential gcc curl vim net-tools
|
RUN apk add --no-cache build-essential gcc curl vim net-tools
|
||||||
|
|
||||||
# User erstellen
|
# User erstellen
|
||||||
RUN adduser -D appuser
|
RUN adduser -D appuser
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user