Skip to content

Commit f1a19be

Browse files
Update Dockerfile
1 parent cbf8405 commit f1a19be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
FROM ubuntu:18.04
22

3+
# Avoid user interaction dialog
4+
ENV DEBIAN_FRONTEND=noninteractive
5+
36
RUN apt -y update
47
RUN apt install -y git python3 python3-pip gcc psutils cmake wget make
58
RUN apt install -y gfortran libblas-dev liblapack-dev python3-tk sudo fonts-lato

0 commit comments

Comments
 (0)