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 8cff5c4 commit 4e94a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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)-security main restricted universe multiverse" >> /etc/apt/sources.list && \
apt-get update -y && \
dpkg –configure -a && \
apt install -y -f &&\
apt-get install -yf --no-install-recommends &&\
apt-get install -y --no-install-recommends apt-utils && \
apt-get install -y --no-install-recommends ca-certificates && \
apt-get install -y --no-install-recommends openssl && \
Expand Down

0 comments on commit 4e94a86

Please sign in to comment.