* yet another permission fix

This commit is contained in:
Dominika Liberda 2022-04-16 16:51:26 +02:00
parent 560c3d973a
commit 53d60e2b62

View file

@ -5,6 +5,8 @@ RUN echo -e "http://alpine.sakamoto.pl/alpine/edge/main\nhttp://alpine.sakamoto.
&& adduser -G abuild -D -u 1001 domi \
&& echo "domi ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers
RUN mkdir /home/domi/packages && chown domi:abuild -R /home/domi/
VOLUME /aports
USER domi