Skip to content

Commit

Permalink
Add package build-essential (fixes #12)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcardonne committed Apr 24, 2020
1 parent c7f1b95 commit eec7229
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion debian-buster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
sudo \
supervisor \
jq \
iputils-ping
iputils-ping \
build-essential

COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
RUN chmod 644 /etc/supervisor/conf.d/supervisord.conf
Expand Down

0 comments on commit eec7229

Please sign in to comment.