mirror of
https://github.com/imgproxy/imgproxy.git
synced 2024-11-24 08:12:38 +02:00
Fix crossbuild of Docker images
This commit is contained in:
parent
e56a360ed7
commit
888ec0da86
@ -9,6 +9,7 @@ if [[ $BUILDARCH != $TARGETARCH ]]; then
|
||||
|
||||
rm -rf /usr/local/go
|
||||
|
||||
dpkg --add-architecture ${BUILDARCH}
|
||||
apt-get update
|
||||
apt-get install -y --no-install-recommends libstdc++6:${BUILDARCH}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user