Skip to content
Snippets Groups Projects
Commit a6b0569f authored by Nico's avatar Nico
Browse files

update deps to current gluon

parent 24657f4b
No related branches found
No related tags found
No related merge requests found
Pipeline #1205 passed
FROM debian:11
RUN apt-get update \
&& apt-get install -y git subversion python3 rsync build-essential gawk unzip libelf-dev libz-dev libncurses-dev libssl-dev time curl wget ecdsautils qemu-utils \
&& apt-get install -y ca-certificates \
file \
git \
subversion \
python3 \
build-essential \
gawk \
unzip \
libncurses5-dev \
zlib1g-dev \
libssl-dev \
libelf-dev \
wget \
rsync \
time \
qemu-utils \
ecdsautils \
lua-check \
shellcheck \
&& apt-get clean
# gluon build fails when running as root
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment