Grant Limberg %!s(int64=5) %!d(string=hai) anos
pai
achega
d50c6ee1ce
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dockerbuild/Dockerfile.ubuntu-xenial

+ 1 - 1
dockerbuild/Dockerfile.ubuntu-xenial

@@ -2,7 +2,7 @@ FROM ubuntu:xenial-20200114
 
 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 $go_pkg_url -o go.tar.gz && \
     tar -C /usr/local -xzf go.tar.gz && \