Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
python 3.10 test
  • Loading branch information
sgoggins authored Jan 23, 2024
1 parent 8ba2195 commit 251e534
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ RUN set -x \
bash \
curl \
gcc \
python3-pip \
python3.10-distutils \
python3.10 -m pip _rest_of_the_pip \
wget \
postgresql-client \
&& rm -rf /var/lib/apt/lists/*
Expand All @@ -29,7 +30,7 @@ COPY ./setup.py .
COPY ./scripts/ scripts/

#COPY ./docker/backend/docker.config.json .
RUN python3 -m venv /opt/venv
RUN python310 -m venv /opt/venv

RUN set -x \
&& /opt/venv/bin/pip install .
Expand Down

0 comments on commit 251e534

Please sign in to comment.