mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-21 14:36:55 +02:00
openssl dev for sid
This commit is contained in:
parent
5e1b7f2ba6
commit
007b3bd10b
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue