Skip to content

Commit 18151c7

Browse files
committed
Clean up docker file
1 parent 0dece32 commit 18151c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
FROM nikolaik/python-nodejs:latest
22

33
WORKDIR /app
4-
RUN apt-get update && apt-get install -y procps
54
COPY requirements.txt requirements.txt
65
RUN pip3 install -r requirements.txt
76

0 commit comments

Comments
 (0)