Skip to content
Snippets Groups Projects
Commit 72ff0d021fa4 authored by Noé Gaumont's avatar Noé Gaumont :octopus:
Browse files

feat(buster-slim-pg11): add gcc

This is needed for some pip packages such as pycrypto
parent 0d3157de95b6
No related branches found
No related tags found
No related merge requests found
Pipeline #85460 passed
......@@ -36,6 +36,7 @@
apt-utils \
nodejs \
git \
gcc \
sudo \
&& pg_dropcluster 11 main
......@@ -50,4 +51,4 @@
RUN useradd --create-home --user-group --shell /bin/bash user
RUN echo "user ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/user
USER user
WORKDIR /home/user
WORKDIR /home/user
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment