Skip to content
Snippets Groups Projects
Commit c1c4fe61 authored by Sid's avatar Sid
Browse files

Add needed packages for new gluon

parent 3746f642
No related branches found
No related tags found
No related merge requests found
Pipeline #3240 failed
......@@ -2,11 +2,14 @@ FROM debian:12
RUN apt-get update \
&& apt-get install -y ca-certificates \
ca-certificates \
file \
git \
subversion \
python3 \
python3-dev \
python3-distutils \
python3-pyelftools \
python3-setuptools \
build-essential \
gawk \
unzip \
......@@ -21,7 +24,11 @@ RUN apt-get update \
ecdsautils \
lua-check \
shellcheck \
libnss-unknown \
openssh-client \
swig \
&& apt-get clean
&& rm -rf /var/lib/apt/lists/*
# gluon build fails when running as root
RUN adduser --quiet --disabled-login --gecos '' build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment