Skip to content

Commit

Permalink
Add dependency in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Draculente committed Oct 4, 2023
1 parent a16febe commit fbcdad0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ ENV PATH=$PATH:~/.cargo/bin

WORKDIR /app

RUN wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb
RUN dpkg -i libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb

COPY ./Cargo.toml ./Cargo.toml
COPY ./Cargo.lock ./Cargo.lock
COPY ./src ./src
Expand Down

0 comments on commit fbcdad0

Please sign in to comment.