mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-01-07 09:10:44 +01:00
Update Dockerfile
This commit is contained in:
parent
dd08166d5e
commit
dd4791cf0a
|
|
@ -25,7 +25,7 @@ RUN --mount=type=cache,target=/var/cache/apt \
|
||||||
# we need those
|
# we need those
|
||||||
apt-get install -y fonts-dejavu-core rsync git jq moreutils aria2 \
|
apt-get install -y fonts-dejavu-core rsync git jq moreutils aria2 \
|
||||||
# extensions needs those
|
# extensions needs those
|
||||||
ffmpeg libglfw3-dev libgles2-mesa-dev pkg-config libcairo2 libcairo2-dev build-essential && \
|
ffmpeg libglfw3-dev libgles2-mesa-dev pkg-config libcairo2 libcairo2-dev build-essential libgoogle-perftools-dev && \
|
||||||
apt-get clean
|
apt-get clean
|
||||||
|
|
||||||
ARG PUID=0
|
ARG PUID=0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue