Skip to content

Commit

Permalink
FIX: Dockerfile update
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelcarcamov committed Jan 5, 2024
1 parent 80783dd commit adcf6a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ RUN echo "deb mirror://mirrors.ubuntu.com/mirrors.txt $(. /etc/os-release && ech
echo "deb mirror://mirrors.ubuntu.com/mirrors.txt $(. /etc/os-release && echo $VERSION_CODENAME) main restricted universe multiverse" >> /etc/apt/sources.list && \
echo "deb mirror://mirrors.ubuntu.com/mirrors.txt $(. /etc/os-release && echo $VERSION_CODENAME)-security main restricted universe multiverse" >> /etc/apt/sources.list && \
apt-get update -y && \
apt-get install -y --no-install-recommends software-properties-common && \
apt-get install -y --no-install-recommends openssl && \
apt-get install -y --no-install-recommends ca-certificates && \
update-ca-certificates && \
apt-get install -y --no-install-recommends software-properties-common && \
add-apt-repository main && \
add-apt-repository universe && \
add-apt-repository restricted && \
Expand Down

0 comments on commit adcf6a2

Please sign in to comment.