Skip to content

Commit 01bd040

Browse files
committed
Fix dockerfile
1 parent 79e1dee commit 01bd040

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ FROM python:3.12-alpine as generate-requirements
44
WORKDIR /app
55

66
COPY ./Pipfile ./Pipfile.lock ./
7+
RUN ["pip", "install", "pipenv"]
78
RUN ["pipenv", "requirements", "--dev", ">", "requirements.txt"]
89

910
FROM python:3.12-alpine as build

0 commit comments

Comments
 (0)