Skip to content
Snippets Groups Projects
Verified Commit ee469690 authored by Louis's avatar Louis :fire:
Browse files

Include db dev packages in sys

parent d020fb82
No related branches found
No related tags found
No related merge requests found
Pipeline #649 passed with stage
in 35 seconds
......@@ -10,7 +10,7 @@ RUN groupadd --gid $USER_GID $USERNAME \
&& useradd --uid $USER_UID --gid $USER_GID -m $USERNAME
RUN apt-get update && \
apt-get install -y sudo curl wget zip unzip make build-essential clang rustup && \
apt-get install -y sudo curl wget zip unzip make build-essential clang rustup libpq-dev libsqlite3-dev && \
rm -rf /var/lib/apt/lists/*
RUN echo $USERNAME ALL=\(root\) NOPASSWD:ALL > /etc/sudoers.d/$USERNAME && \
......
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