diff --git a/Dockerfile b/Dockerfile index 454af6a..5f49c7b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,8 @@ RUN apk add --no-cache \ bs4 \ lxml \ pystashlib \ - stashapp-tools + stashapp-tools \ + emojis ENV STASH_CONFIG_FILE=/root/.stash/config.yml EXPOSE 9999 diff --git a/Dockerfile-cuda b/Dockerfile-cuda index aef256d..a44dd50 100644 --- a/Dockerfile-cuda +++ b/Dockerfile-cuda @@ -36,7 +36,8 @@ RUN pip3 install \ bs4 \ lxml \ pystashlib \ - stashapp-tools + stashapp-tools \ + emojis ENV LANG C.UTF-8 ENV NVIDIA_VISIBLE_DEVICES all diff --git a/Dockerfile-intel b/Dockerfile-intel index 870a4dd..95c6e49 100644 --- a/Dockerfile-intel +++ b/Dockerfile-intel @@ -16,7 +16,8 @@ RUN pip3 install \ bs4 \ lxml \ pystashlib \ - stashapp-tools + stashapp-tools \ + emojis ENV STASH_CONFIG_FILE=/root/.stash/config.yml EXPOSE 9999