mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
Update Dockerfile
This commit is contained in:
parent
1382128e7e
commit
ff1eecb2e9
@ -4,6 +4,19 @@ RUN mkdir -p /tmp/work
|
|||||||
WORKDIR /tmp/work
|
WORKDIR /tmp/work
|
||||||
ARG NETAVARK_VERSION=v1.5.0
|
ARG NETAVARK_VERSION=v1.5.0
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
|
bc \
|
||||||
|
binutils-aarch64-linux-gnu \
|
||||||
|
bison \
|
||||||
|
build-essential \
|
||||||
|
flex \
|
||||||
|
gcc-aarch64-linux-gnu \
|
||||||
|
git \
|
||||||
|
libc6-arm64-cross \
|
||||||
|
libc6-dev-arm64-cross \
|
||||||
|
libncurses5-dev \
|
||||||
|
libssl-dev \
|
||||||
|
pkg-config \
|
||||||
|
systemd \
|
||||||
protobuf-compiler
|
protobuf-compiler
|
||||||
|
|
||||||
RUN git clone https://github.com/containers/netavark/
|
RUN git clone https://github.com/containers/netavark/
|
||||||
|
Loading…
Reference in New Issue
Block a user