docker container works with SSL + fix compiler warnings in statsd third_party module

This commit is contained in:
Benjamin Sergeant
2019-04-18 09:11:12 -07:00
parent c367435073
commit f0375e59fa
5 changed files with 7 additions and 5 deletions

View File

@ -28,10 +28,11 @@ ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update
# Runtime
RUN apt-get install -y libssl1.1
RUN apt-get install -y ca-certificates
RUN ["update-ca-certificates"]
# Debugging
RUN apt-get install -y strace
RUN apt-get install -y gdb
RUN apt-get install -y procps
RUN apt-get install -y htop