Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBlanke committed Mar 22, 2024
1 parent 42842f1 commit 8728acc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ FROM python:3.10-slim as test-env
RUN echo "\n Run Dockerfile"

COPY Makefile .
COPY ./requirements ./requirements
COPY ./requirements/*.txt ./requirements

# Install pipenv
RUN apt-get -y update &&\
apt-get -y install build-essential &&\
python -m pip install pip-tools &&\
make requirement &&\
make install &&\
make install-test

0 comments on commit 8728acc

Please sign in to comment.