We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07b7df8 commit fc17d58Copy full SHA for fc17d58
Dockerfile
@@ -4,6 +4,7 @@ WORKDIR /app
4
EXPOSE 8000
5
6
COPY requirements.txt ./
7
+RUN apt-get update
8
RUN apt-get install -y python3-dev
9
RUN pip install -r requirements.txt
10
0 commit comments