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