Skip to content

Commit

Permalink
fix build (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjduffy authored Oct 31, 2023
1 parent 1079aa2 commit d24e7f6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ setup:
RUN apt update && apt install xz-utils
RUN npx @replayio/playwright install
# 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 d24e7f6

Please sign in to comment.