From afa0895d2fa580143dc6a07bba53a7e6b548aa61 Mon Sep 17 00:00:00 2001 From: Nova Kwok Date: Wed, 22 Feb 2023 16:55:32 +0800 Subject: [PATCH] Fix problem when building ARM images (#177) * Fix problem when building ARM images * Fix docker exporter does not currently support exporting manifest lists * Fix --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f963f11..a2d4314 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,8 +17,7 @@ FROM debian:bullseye-slim COPY --from=builder /build/webp-server /usr/bin/webp-server COPY --from=builder /build/config.json /etc/config.json -COPY --from=builder /usr/lib/x86_64-linux-gnu/libaom.so /usr/lib/libaom.so.0 - +RUN apt update && apt install libaom-dev -y && rm -rf /var/lib/apt/lists/* WORKDIR /opt VOLUME /opt/exhaust