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 e86aacc commit c51b047
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ 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

RUN apk add libressl-dev
ADD http://ports.ubuntu.com/pool/main/o/openssl/libssl-dev_3.0.2-0ubuntu1.15_amd64.deb /tmp/
RUN dpkg -i /tmp/libssl-dev_3.0.2-0ubuntu1.15_amd64.deb

# 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 c51b047

Please sign in to comment.