forked from freudenreichan/EinfuehrungInDocker_Pipeline2
changed build-essential to build-base
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
c5e4a1e6a7
commit
ffe679f825
@ -3,7 +3,7 @@ FROM alpine:latest
|
||||
|
||||
# Pakete installieren
|
||||
#RUN apt-get update
|
||||
RUN apk add --no-cache build-essential gcc curl vim net-tools
|
||||
RUN apk add --no-cache build-base gcc curl vim net-tools
|
||||
|
||||
# User erstellen
|
||||
RUN adduser -D appuser
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user