We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62bc4e1 commit 1081af3Copy full SHA for 1081af3
Dockerfile
@@ -4,9 +4,7 @@ WORKDIR /app
4
5
ADD . /app
6
7
-RUN apt-get install sudo
8
-
9
-RUN sudo apt-get install libgomp1
+RUN apt-get update && apt-get install -y libgomp1
10
11
RUN pip install --trusted-host pypi.python.org -r requirements.txt
12
0 commit comments