Skip to content

Commit

Permalink
Tweak indentation in cliain Dockerfile to get rid of conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolajgs committed Oct 7, 2022
1 parent c529166 commit 2d4b32f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/cliain/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ubuntu:jammy-20220531

RUN apt update && \
apt install wget -y && \
apt clean && \
rm -rf /var/lib/apt/lists/*
apt install wget -y && \
apt clean && \
rm -rf /var/lib/apt/lists/*

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

0 comments on commit 2d4b32f

Please sign in to comment.