diff options
author | Jesús <heckyel@hyperbola.info> | 2022-02-23 02:25:12 +0800 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-02-23 02:25:12 +0800 |
commit | d467fe99e8f38afd6966252438e54fed8fe6a75a (patch) | |
tree | 298aa7111b62ffbe8552b7c1a014868d361226a4 /django/Dockerfile | |
parent | 1e26df2e4125b220180469b3a4b00d0363444dd3 (diff) | |
download | personal-site-d467fe99e8f38afd6966252438e54fed8fe6a75a.tar.lz personal-site-d467fe99e8f38afd6966252438e54fed8fe6a75a.tar.xz personal-site-d467fe99e8f38afd6966252438e54fed8fe6a75a.zip |
Update Dockerfile image
Diffstat (limited to 'django/Dockerfile')
-rw-r--r-- | django/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/Dockerfile b/django/Dockerfile index 3c36613..6d5fdd4 100644 --- a/django/Dockerfile +++ b/django/Dockerfile @@ -29,7 +29,7 @@ WORKDIR /srv/app # Runtime Dependencies RUN apk add py3-olefile brotli-libs libpng freetype libxcb \ libimagequant libjpeg-turbo lcms2 openjpeg libwebp zstd-libs \ - tiff libxau libmd libbsd libxdmcp libpq nginx + tiff libxau libmd libbsd libxdmcp libpq sassc nginx COPY --from=builder /install /usr/local COPY core/ /srv/app/core |