Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBlanke committed Mar 22, 2024
1 parent 070254d commit 7413c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ FROM python:3.10-slim as test-env
COPY ./requirements/*.txt .

# Install pipenv
RUN RUN echo $(ls -1) &&\
RUN echo $(ls -1) &&\
python -m pip install -r ./requirements/requirements.txt &&\
python -m pip install -r ./requirements/requirements-test.txt

0 comments on commit 7413c47

Please sign in to comment.