Skip to content

Commit eec7229

Browse files
committed
Add package build-essential (fixes #12)
1 parent c7f1b95 commit eec7229

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

debian-buster/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
3333
sudo \
3434
supervisor \
3535
jq \
36-
iputils-ping
36+
iputils-ping \
37+
build-essential
3738

3839
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
3940
RUN chmod 644 /etc/supervisor/conf.d/supervisord.conf

0 commit comments

Comments
 (0)