Skip to content

Commit

Permalink
remove unnecessary code from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBlanke committed Mar 22, 2024
1 parent 5b14fbf commit 40150b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Get the python 3.10 base docker image
FROM python:3.10-slim as test-env
FROM python:3.10-slim

COPY ./requirements/*.txt .

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

0 comments on commit 40150b0

Please sign in to comment.