Skip to content

Commit 1641ab6

Browse files
author
Joshua Mayanja
committed
Changed Docker File
1 parent 25a7957 commit 1641ab6

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
@@ -21,6 +21,6 @@ RUN apt-get update && \
2121
RUN apt-get autoremove -y \
2222
&& rm -rf /var/lib/apt/lists/*
2323

24-
RUN python3 -m virtualenv -p python3 ./env
24+
RUN virtualenv -p python3 ./env
2525

2626
RUN ./env/bin/python3 -m pip install -r requirements.txt

0 commit comments

Comments
 (0)