Skip to content

Commit

Permalink
Attempt to add libssl3 to agent dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrossy committed Oct 10, 2023
1 parent 4d98648 commit b038479
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,6 @@ jobs:
- name: Install Foundry
uses: onbjerg/foundry-toolchain@v1

- name: Configure libssl
run: ln -s /usr/lib/x86_64-linux-gnu/libssl.so.3 /usr/local/lib64/libssl.so.3 && sudo ldconfig

- uses: actions/cache@v3
with:
path: ./*
Expand Down
1 change: 1 addition & 0 deletions rust/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ FROM ubuntu:20.04
RUN apt-get update && \
apt-get install -y \
openssl \
libssl3 \
ca-certificates \
tini && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit b038479

Please sign in to comment.