Skip to content

Commit

Permalink
fix apt complaining about broken packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mertalev committed Oct 31, 2024
1 parent 36956c3 commit 9b851f5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,14 @@ RUN ./configure-apt.sh && \
apt-get remove -yqq jq wget ca-certificates && \
apt-get autoremove -yqq && \
apt-get clean && \
dpkg -r --force-depends libjpeg62-turbo && \
rm -rf \
configure-apt.sh \
install-ffmpeg.sh \
*.deb \
/var/lib/apt/lists
/var/lib/apt/lists \
/usr/lib/$(arch)-linux-gnu/libjpeg.so* \
/usr/share/doc/libjpeg62-turbo \
/usr/share/lintian/overrides/libjpeg62-turbo

COPY --from=dev /usr/local/lib/ /usr/local/lib/
COPY --from=dev /build/geodata/ /build/geodata/
Expand Down

0 comments on commit 9b851f5

Please sign in to comment.