Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker_files/make_quast/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#This Dockerfile is for QUAST-4.0
FROM ubuntu:14.04
FROM ubuntu:trusty-20190425
RUN apt-get update
# Dependencies
RUN apt-get install -y g++ make wget python python-matplotlib zlib1g-dev cmake openjdk-6-jdk curl libboost-all-dev libncurses5-dev git python-setuptools
Expand Down