Browse Source

needs libssl dev

Grant Limberg 5 years ago
parent
commit
b2132aa975
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dockerbuild/Dockerfile.debian-stretch

+ 1 - 1
dockerbuild/Dockerfile.debian-stretch

@@ -2,7 +2,7 @@ FROM debian:stretch-20191224
 
 
 ARG go_pkg_url
 ARG go_pkg_url
 
 
-RUN apt-get update && apt-get -y install build-essential curl ca-certificates devscripts dh-systemd
+RUN apt-get update && apt-get -y install build-essential curl ca-certificates devscripts dh-systemd libssl-dev
 
 
 RUN curl -s -k -L $go_pkg_url -o go.tar.gz && \
 RUN curl -s -k -L $go_pkg_url -o go.tar.gz && \
     tar -C /usr/local -xzf go.tar.gz && \
     tar -C /usr/local -xzf go.tar.gz && \