We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7f1b95 commit eec7229Copy full SHA for eec7229
1 file changed
debian-buster/Dockerfile
@@ -33,7 +33,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
33
sudo \
34
supervisor \
35
jq \
36
- iputils-ping
+ iputils-ping \
37
+ build-essential
38
39
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
40
RUN chmod 644 /etc/supervisor/conf.d/supervisord.conf
0 commit comments