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
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
file \
|
||||
git \
|
||||
build-essential \
|
||||
python3 \
|
||||
ca-certificates \
|
||||
file \
|
||||
gawk \
|
||||
unzip \
|
||||
libncurses5-dev \
|
||||
zlib1g-dev \
|
||||
libssl-dev \
|
||||
git \
|
||||
libelf-dev \
|
||||
wget \
|
||||
libncurses5-dev \
|
||||
libssl-dev \
|
||||
python3 \
|
||||
qemu-utils \
|
||||
rsync \
|
||||
time \
|
||||
qemu-utils \
|
||||
unzip \
|
||||
wget \
|
||||
zlib1g-dev \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
RUN git config --global init.defaultBranch main
|
||||
|
Loading…
Reference in New Issue
Block a user