Skip to content

Commit

Permalink
add --fix-missing to fix random broken builds (armv6 image)
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Nov 6, 2023
1 parent 8eb2de5 commit c33469a
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 upgrade -y && apt-get update && apt-get install -y --no-install-recommends \
RUN apt-get upgrade -y && apt-get update && apt-get install -y --fix-missing --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 c33469a

Please sign in to comment.