[fix] dockerfile

This commit is contained in:
Wizerd
2024-01-04 16:01:42 +08:00
parent cf465808d7
commit 68f48afb69

View File

@@ -15,6 +15,7 @@ RUN chmod +x /app/start.sh
RUN apt update && apt install -y \
jq \
zlib1g-dev \
libjpeg-dev \
gcc \
curl \
&& curl https://sh.rustup.rs -sSf | sh -s -- -y