diff --git a/Dockerfile b/Dockerfile index fa6ce4b..e8f68db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,9 @@ FROM alpine:edge RUN echo -e "http://alpine.sakamoto.pl/alpine/edge/main\nhttp://alpine.sakamoto.pl/alpine/edge/community\nhttp://alpine.sakamoto.pl/alpine/edge/testing" > /etc/apk/repositories \ - && apk update && apk add micro abuild atools sudo && adduser -G abuild -D -u 1001 domi && echo "domi ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers + && apk update && apk add micro abuild atools alpine-sdk sudo \ + && adduser -G abuild -D -u 1001 domi \ + && echo "domi ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers VOLUME /aports diff --git a/run.sh b/run.sh old mode 100644 new mode 100755