Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ad9ba2f8 authored by BIGAUD Nathan's avatar BIGAUD Nathan
Browse files

Adding bash to the apt-get stage

parent 01580695
No related branches found
No related tags found
1 merge request!46Draft: Docker deploy
...@@ -7,7 +7,8 @@ RUN apt-get update && \ ...@@ -7,7 +7,8 @@ RUN apt-get update && \
python3-pip \ python3-pip \
git \ git \
gcc \ gcc \
python3-venv python3-venv \
bash
# Set up venv # Set up venv
ENV VIRTUAL_ENV=/opt/declearn ENV VIRTUAL_ENV=/opt/declearn
RUN python3 -m venv $VIRTUAL_ENV RUN python3 -m venv $VIRTUAL_ENV
......
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