CI: Add libc6 to production Dockerfile
This commit is contained in:
parent
21c96f09e0
commit
e74d8279c7
1 changed files with 2 additions and 1 deletions
|
@ -37,6 +37,8 @@ RUN apt-get update && apt-get dist-upgrade && \
|
|||
mariadb-client \
|
||||
sqlite3 \
|
||||
tzdata \
|
||||
libc6 \
|
||||
libatomic1 \
|
||||
libheif-examples \
|
||||
gnupg \
|
||||
gpg-agent \
|
||||
|
@ -46,7 +48,6 @@ RUN apt-get update && apt-get dist-upgrade && \
|
|||
rawtherapee \
|
||||
ffmpeg \
|
||||
ffmpegthumbnailer \
|
||||
libatomic1 \
|
||||
libavcodec-extra && \
|
||||
[ "$TARGETARCH" = "arm" ] || apt-get install darktable
|
||||
|
||||
|
|
Loading…
Reference in a new issue