Skip to content

Commit

Permalink
Update prepare.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ufo-project authored Mar 10, 2020
1 parent b777041 commit f497ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/prepare.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

apt-get -y update
add-apt-repository -y ppa:ubuntu-toolchain-r/test
add-apt-repository -y ppa:ubuntu-toolchain-r/ppa
apt-get -y update
apt-get -y install wget gcc-8 unzip libssl1.0.0 software-properties-common
apt-get -y install --only-upgrade libstdc++6
Expand Down

0 comments on commit f497ec4

Please sign in to comment.