Browse Source

openssl dev for sid

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

+ 1 - 1
dockerbuild/Dockerfile.debian-sid

@@ -4,7 +4,7 @@ ARG go_pkg_url
 ARG BUILDPLATFORM
 ARG TARGETPLATFORM
 
-RUN apt-get update && apt-get upgrade -y && apt-get -y install build-essential curl ca-certificates devscripts dh-systemd
+RUN apt-get update && apt-get upgrade -y && apt-get -y install build-essential curl ca-certificates devscripts dh-systemd libssl-dev
 RUN if test "$TARGETPLATFORM" = "linux/mips64le"; then \
     apt-get install -y golang; \
     else \