Update Dockerfile

This commit is contained in:
hexeth 2022-10-07 18:22:38 -07:00 committed by GitHub
parent f115361f5b
commit c6dd635a8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,8 @@ RUN apk add --no-cache \
musl-dev \
nghttp2-dev \
pkgconfig \
xxd
xxd \
libbsd
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
FROM builder AS amd