Skip to content

Commit

Permalink
Merge branch 'master' of github.com:google/or-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
lperron committed Jun 12, 2020
2 parents 75403ab + de9cc58 commit 45770b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/ubuntu-20.04.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM ubuntu:20.04 AS env
## SETUP ##
#############
RUN apt update -qq \
&& apt install -yq \
&& DEBIAN_FRONTEND=noninteractive apt install -yq \
git pkg-config wget make cmake autoconf libtool zlib1g-dev gawk g++ curl subversion \
lsb-release \
&& apt clean \
Expand Down

0 comments on commit 45770b8

Please sign in to comment.