8000 Update Dockerfile · threatcode/Goporting-Python@e2108f2 · GitHub
[go: up one dir, main page]

Skip to content

Commit e2108f2

Browse files
author
Md Sulaiman
authored
Update Dockerfile
1 parent c84d534 commit e2108f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ COPY . ./
99

1010
RUN apt-get update && apt-get install -y libpq-dev build-essential
1111

12-
RUN pip install --no-cache-dir -r requirments.txt
12+
RUN pip install -r requirments.txt
1313

1414
CMD [ "python", "./setup.py" ]

0 commit comments

Comments
 (0)
0