Skip to content

Commit

Permalink
try upgrading the dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Jun 29, 2023
1 parent 21c0e01 commit 44ec8c0
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 @@ -10,7 +10,7 @@ ENV GOSUMDB=off
##########################################
# Installing some additional dependencies.

RUN apt-get update && apt-get install -y --no-install-recommends \
RUN apt-get upgrade -y && apt-get update && apt-get install -y --no-install-recommends \
git build-essential cmake pkg-config unzip libgtk2.0-dev \
curl ca-certificates libcurl4-openssl-dev libssl-dev libjpeg62-turbo-dev && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 44ec8c0

Please sign in to comment.