mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-21 14:36:55 +02:00
args
This commit is contained in:
parent
495ac17346
commit
1e65aad95b
2 changed files with 4 additions and 0 deletions
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue