* further changes in pipeline

meow
Dominika Liberda 2022-04-10 12:49:17 +02:00
parent 6d5b98a695
commit 086cd0d02b
2 changed files with 3 additions and 1 deletions

View File

@ -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

0
run.sh Normal file → Executable file
View File