testing
Some checks failed
continuous-integration/drone/push Build was killed

This commit is contained in:
2020-04-11 11:55:50 -07:00
parent 5f644c5945
commit 09ccfe26fd
10 changed files with 301 additions and 8 deletions

View File

@@ -27,6 +27,7 @@ RUN \
groupadd -g $GID_TO_ADD $USERNAME_TO_ADD && \
useradd -u $UID_TO_ADD -g $GID_TO_ADD -s /bin/bash $USERNAME_TO_ADD && \
usermod -p '*' $USERNAME_TO_ADD && \
echo $USERNAME_TO_ADD > /etc/workuser && \
go get -v -u github.com/peterbourgon/runsvinit && \
cp /root/go/bin/runsvinit /usr/local/sbin/runsvinit && \
rm -rf /root/go && \