Update 'Dockerfile'
This commit is contained in:
parent
9288b4af61
commit
c57dba123e
@ -22,6 +22,9 @@ RUN yes | pip install 'buildbot-worker'
|
|||||||
RUN groupadd buildbot && useradd -m -g buildbot buildbot
|
RUN groupadd buildbot && useradd -m -g buildbot buildbot
|
||||||
RUN mkdir /worker && chown buildbot:buildbot /worker
|
RUN mkdir /worker && chown buildbot:buildbot /worker
|
||||||
|
|
||||||
|
# Reconfigure Dash
|
||||||
|
RUN echo "dash dash/sh boolean false" | debconf-set-selections && dpkg-reconfigure dash
|
||||||
|
|
||||||
# Install your build-dependencies here ...
|
# Install your build-dependencies here ...
|
||||||
|
|
||||||
# Set UTF8 locale settings
|
# Set UTF8 locale settings
|
||||||
|
Loading…
Reference in New Issue
Block a user