Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjaspers authored Aug 19, 2019
1 parent 5137339 commit 49c96d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && \
apt-get install gcc-7 && \
apt-get install g++-8 && \
apt-get install libblas-dev
RUN apt-get update -y && \
apt-get -y install gcc-7 && \
apt-get -y install g++-8 && \
apt-get -y install libblas-dev
CMD [cd tests && make atlas && ./blackcat_tests]

0 comments on commit 49c96d4

Please sign in to comment.