This commit is contained in:
Grant Limberg 2020-06-24 14:53:02 -07:00
parent 495ac17346
commit 1e65aad95b
No known key found for this signature in database
GPG key ID: 2BA62CCABBB4095A
2 changed files with 4 additions and 0 deletions

View file

@ -1,6 +1,8 @@
FROM debian:sid-20200607
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 if test "$TARGETPLATFORM" = "linux/mips64le"; then \

View file

@ -1,6 +1,8 @@
FROM debian:stretch-20200607
ARG go_pkg_url
ARG BUILDPLATFORM
ARG TARGETPLATFORM
RUN apt-get update && apt-get -y install build-essential curl ca-certificates devscripts dh-systemd libssl-dev