Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
clean up the code further
Browse files Browse the repository at this point in the history
  • Loading branch information
lanking520 committed Dec 13, 2018
1 parent 410a721 commit dec9cca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/docker/install/ubuntu_publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ add-apt-repository ppa:ubuntu-toolchain-r/test -y
add-apt-repository ppa:openjdk-r/ppa -y # Java lib
add-apt-repository ppa:andrei-pozolotin/maven3 -y # Maven lib
apt-get update
curl -sSL https://cmake.org/files/v3.5/cmake-3.5.2-Linux-x86_64.tar.gz | sudo tar -xzC /opt
sudo ln -s /opt/cmake-3.5.2-Linux-x86_64/bin/* /usr/local/bin
apt-get install -y git \
cmake3 \
libcurl4-openssl-dev \
unzip \
gcc-4.8 \
Expand Down

0 comments on commit dec9cca

Please sign in to comment.