Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
fix: update docker deps (#596)
Browse files Browse the repository at this point in the history
Co-authored-by: Rashad Alston <[email protected]>
  • Loading branch information
ra0x3 and Rashad Alston authored Feb 17, 2023
1 parent 74392af commit bfafec1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
1 change: 1 addition & 0 deletions ci/Dockerfile.aarch64-unknown-linux-gnu-clang
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN dpkg --add-architecture arm64 && \
git \
libclang-8-dev \
libpq-dev \
libssl-dev:arm64 \
lld \
llvm \
pkg-config \
Expand Down
5 changes: 1 addition & 4 deletions ci/Dockerfile.x86_64-unknown-linux-gnu-clang
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,10 @@ RUN apt-get update && \
git \
libclang-dev \
libpq-dev \
libssl-dev \
lld \
llvm \
pkg-config \
tzdata \
wget \
&& apt-get clean

# https://stackoverflow.com/a/72633324
RUN wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb
RUN dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb
4 changes: 0 additions & 4 deletions deployment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -y \
&& apt-get autoremove -y \
&& apt-get clean -y

# https://stackoverflow.com/a/72633324
RUN wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb
RUN dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb

COPY --from=builder /build/target/release/fuel-indexer .
COPY --from=builder /build/target/release/fuel-indexer.d .

Expand Down

0 comments on commit bfafec1

Please sign in to comment.