openssl dev for sid

This commit is contained in:
Grant Limberg 2020-06-25 08:47:55 -07:00
parent 5e1b7f2ba6
commit 007b3bd10b
No known key found for this signature in database
GPG key ID: 2BA62CCABBB4095A

View file

@ -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 \