Skip to content

Commit

Permalink
libglib2.0-0 install
Browse files Browse the repository at this point in the history
  • Loading branch information
Scorpion1221 committed Dec 25, 2024
1 parent 6c579bf commit f64c82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ENV TZ=UTC
WORKDIR /app/api

RUN apt-get update \
&& apt-get install -y --no-install-recommends curl nodejs libgmp-dev libmpfr-dev libmpc-dev libgl1-mesa-glx \
&& apt-get install -y --no-install-recommends curl nodejs libgmp-dev libmpfr-dev libmpc-dev libgl1-mesa-glx libglib2.0-0 \
# if you located in China, you can use aliyun mirror to speed up
# && echo "deb http://mirrors.aliyun.com/debian testing main" > /etc/apt/sources.list \
&& echo "deb http://deb.debian.org/debian testing main" > /etc/apt/sources.list \
Expand Down

0 comments on commit f64c82f

Please sign in to comment.