Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjduffy committed Oct 31, 2023
1 parent 1079aa2 commit 7b38e5a
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@ setup:
FROM +build
RUN apt update && apt install xz-utils
RUN npx @replayio/playwright install
RUN sudo apt-get install -y libgtk-3-0 libdbus-glib-1-2
# download binary openssl packages from Impish builds
RUN wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/openssl_1.1.1f-1ubuntu2.19_amd64.deb
RUN wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl-dev_1.1.1f-1ubuntu2.19_amd64.deb
RUN wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb
RUN wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/openssl_1.1.1f-1ubuntu2.20_amd64.deb
RUN wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl-dev_1.1.1f-1ubuntu2.20_amd64.deb
RUN wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.20_amd64.deb
# install downloaded binary packages
RUN dpkg -i libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb
RUN dpkg -i libssl-dev_1.1.1f-1ubuntu2.19_amd64.deb
RUN dpkg -i openssl_1.1.1f-1ubuntu2.19_amd64.deb
RUN dpkg -i libssl1.1_1.1.1f-1ubuntu2.20_amd64.deb
RUN dpkg -i libssl-dev_1.1.1f-1ubuntu2.20_amd64.deb
RUN dpkg -i openssl_1.1.1f-1ubuntu2.20_amd64.deb

flake:
FROM +setup
Expand Down

0 comments on commit 7b38e5a

Please sign in to comment.