KASM-6904 Alpine: remove redundant code

This commit is contained in:
Dmitry Maksyoma 2025-02-27 15:35:15 +13:00
parent 8343f4a02a
commit f062e9727a
No known key found for this signature in database

View file

@ -8,6 +8,4 @@ RUN adduser --disabled-password docker
RUN adduser docker abuild
RUN echo "docker ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
RUN apk add rsync binutils
USER docker