Skip to content

Commit

Permalink
Change the libssl install order
Browse files Browse the repository at this point in the history
  • Loading branch information
roy peter authored and roy peter committed Feb 28, 2024
1 parent 31afdb3 commit 8359c07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/semaphore_setup
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ sem-service start postgres 14
sem-service start redis 5

# wkhtmltoimage-binary gem dependencies
wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.0.0_1.0.1f-1ubuntu2_amd64.deb
sudo dpkg -i libssl1.0.0_1.0.1f-1ubuntu2_amd64.deb
sudo add-apt-repository ppa:linuxuprising/libpng12 -y
sudo apt update
sudo apt install libpng12-0 -y
wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.0.0_1.0.1f-1ubuntu2_amd64.deb
sudo dpkg -i libssl1.0.0_1.0.1f-1ubuntu2_amd64.deb

gem install semaphore_test_boosters
# cache restore
Expand Down

0 comments on commit 8359c07

Please sign in to comment.