1
0
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:
DarthSim 2024-06-25 18:15:21 +03:00
parent e56a360ed7
commit 888ec0da86

View File

@ -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}