This commit is contained in:
parent
d9a602e2c4
commit
daa5597196
19
Dockerfile
19
Dockerfile
@ -2,20 +2,21 @@ FROM ubuntu:22.04
|
|||||||
|
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
file \
|
|
||||||
git \
|
|
||||||
build-essential \
|
build-essential \
|
||||||
python3 \
|
ca-certificates \
|
||||||
|
file \
|
||||||
gawk \
|
gawk \
|
||||||
unzip \
|
git \
|
||||||
libncurses5-dev \
|
|
||||||
zlib1g-dev \
|
|
||||||
libssl-dev \
|
|
||||||
libelf-dev \
|
libelf-dev \
|
||||||
wget \
|
libncurses5-dev \
|
||||||
|
libssl-dev \
|
||||||
|
python3 \
|
||||||
|
qemu-utils \
|
||||||
rsync \
|
rsync \
|
||||||
time \
|
time \
|
||||||
qemu-utils \
|
unzip \
|
||||||
|
wget \
|
||||||
|
zlib1g-dev \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
RUN git config --global init.defaultBranch main
|
RUN git config --global init.defaultBranch main
|
||||||
|
Loading…
Reference in New Issue
Block a user