Open zw620 opened 1 week ago
i solved this by removing the specific versions.. not optimal though
Today is November 22, 2024. Using the following version configuration, the build can successfully complete.
Additionally, I’ve created a simplified code runner that is compatible with the current sandbox. You only need to replace the image to use it. Feel free to check it out if you're interested: https://github.com/svcvit/dify-sandbox-py.
RUN echo "deb http://deb.debian.org/debian testing main" > /etc/apt/sources.list \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
pkg-config \
libseccomp-dev \
wget \
curl \
xz-utils \
zlib1g=1:1.3.dfsg+really1.3.1-1+b1 \
expat=2.5.0-1+deb12u1 \
perl=5.36.0-7+deb12u1 \
libsqlite3-0=3.46.1-1 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
use amd64/dockerfile and run "docker build -t langgenius/dify-sandbox:0.2.10 ." fail to build image: