Update 'Dockerfile'

This commit is contained in:
tkl 2020-01-23 18:56:31 +00:00
parent 9288b4af61
commit c57dba123e

View File

@ -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