mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-07 21:13:44 +02:00
fix package name
This commit is contained in:
parent
ab36607a48
commit
9a7d26cd9e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM debian:bullseye-20191224
|
||||||
|
|
||||||
ARG go_pkg_url
|
ARG go_pkg_url
|
||||||
|
|
||||||
RUN apt-get update && apt-get upgrade -y && apt-get -y install build-essential curl ca-certificates devscripts dh-systemd libssl-devel
|
RUN apt-get update && apt-get upgrade -y && apt-get -y install build-essential curl ca-certificates devscripts dh-systemd libssl-dev
|
||||||
RUN curl -s -k -L https://github.com/Kitware/CMake/releases/download/v3.17.3/cmake-3.17.3.tar.gz -o cmake-3.17.3.tar.gz && tar -xzf cmake-3.17.3.tar.gz
|
RUN curl -s -k -L https://github.com/Kitware/CMake/releases/download/v3.17.3/cmake-3.17.3.tar.gz -o cmake-3.17.3.tar.gz && tar -xzf cmake-3.17.3.tar.gz
|
||||||
WORKDIR /cmake-3.17.3
|
WORKDIR /cmake-3.17.3
|
||||||
RUN ./bootstrap --parallel=8 && make -j8 && make install
|
RUN ./bootstrap --parallel=8 && make -j8 && make install
|
||||||
|
|
Loading…
Add table
Reference in a new issue