Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
blue-jam authored Aug 26, 2019
1 parent ba9ae1a commit a530823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get -qq -y update && apt-get -qq -y install software-properties-common
RUN add-apt-repository ppa:ubuntu-toolchain-r/test
RUN apt-get -qq -y install \
RUN apt-get -qq -y update && apt-get -qq -y install \
build-essential \
curl \
g++-9 \
Expand Down

0 comments on commit a530823

Please sign in to comment.