🚧 🐳 Build release images

This commit is contained in:
mathieu.brunot 2019-02-15 00:50:47 +01:00
parent c8385c8149
commit 8e97638e15
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0
2 changed files with 1 additions and 13 deletions

View file

@ -40,12 +40,6 @@ RUN set -ex; \
cd .. && \
rm -rf ./imagemagick
RUN set -ex; \
useradd -m -g users -s /bin/bash uxbox; \
passwd uxbox -d; \
echo "uxbox ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
USER uxbox
WORKDIR /home/uxbox
ENV NODE_VERSION=7.7.1