Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kalyway101 authored Apr 4, 2024
1 parent 81fcdd1 commit e86aacc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ RUN apt-get update && \
apt-get install -y curl cron libexpat1 expect vim

# Add missing libssl dependency.
ADD http://ports.ubuntu.com/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_arm64.deb /tmp/
RUN dpkg -i /tmp/libssl1.1_1.1.1f-1ubuntu2_arm64.deb
# ADD http://ports.ubuntu.com/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_arm64.deb /tmp/
# RUN dpkg -i /tmp/libssl1.1_1.1.1f-1ubuntu2_arm64.deb

RUN apk add libressl-dev

# Download idriveforlinux.bin file.
ADD https://www.idrivedownloads.com/downloads/linux/download-for-linux/linux-bin/idriveforlinux.bin /tmp/
Expand Down

0 comments on commit e86aacc

Please sign in to comment.