mirror of
https://github.com/woodchen-ink/webp_server_go.git
synced 2025-07-18 13:42:02 +08:00
Fix problem when building ARM images (#177)
* Fix problem when building ARM images * Fix docker exporter does not currently support exporting manifest lists * Fix
This commit is contained in:
parent
77b5b6047c
commit
afa0895d2f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user