Skip to content

Commit 1081af3

Browse files
author
PyCaret
authored
Update Dockerfile
1 parent 62bc4e1 commit 1081af3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ WORKDIR /app
44

55
ADD . /app
66

7-
RUN apt-get install sudo
8-
9-
RUN sudo apt-get install libgomp1
7+
RUN apt-get update && apt-get install -y libgomp1
108

119
RUN pip install --trusted-host pypi.python.org -r requirements.txt
1210

0 commit comments

Comments
 (0)