Skip to content

Commit fc17d58

Browse files
committed
Update Dockerfile
1 parent 07b7df8 commit fc17d58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ WORKDIR /app
44
EXPOSE 8000
55

66
COPY requirements.txt ./
7+
RUN apt-get update
78
RUN apt-get install -y python3-dev
89
RUN pip install -r requirements.txt
910

0 commit comments

Comments
 (0)