diff --git a/Dockerfile b/Dockerfile index 886756f..798f0b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN apt-get update \ apt-get install -y --no-install-recommends --no-install-suggests \ python3 \ lib32stdc++6 \ - lib32gcc1 \ + lib32gcc-s1 \ wget \ ca-certificates \ && \