Skip to content

Commit 85de0fb

Browse files
authored
Merge pull request #1 from vhiwase/vhiwase-patch-1
Update Dockerfile
2 parents 20d82b2 + 0e316f9 commit 85de0fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project/dashboard/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM python:3.9.1-alpine
22

3-
RUN pip install rq-dashboard
3+
RUN pip install rq-dashboard==0.6.1
4+
RUN pip install click==7.1.2
45

56
EXPOSE 9181
67

0 commit comments

Comments
 (0)