We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dece32 commit 18151c7Copy full SHA for 18151c7
Dockerfile
@@ -1,7 +1,6 @@
1
FROM nikolaik/python-nodejs:latest
2
3
WORKDIR /app
4
-RUN apt-get update && apt-get install -y procps
5
COPY requirements.txt requirements.txt
6
RUN pip3 install -r requirements.txt
7
0 commit comments