feat(images): name fix in Dockerfile
This commit is contained in:
parent
07ffb06db1
commit
ef897538d1
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ ENV TZ=UTC \
|
|||
RUN if [ "$SERVICE_NAME" = "http" ]; then \
|
||||
wget https://raw.githubusercontent.com/ua-parser/uap-core/master/regexes.yaml -O "$UAPARSER_FILE" &&\
|
||||
wget https://static.openreplay.com/geoip/GeoLite2-City.mmdb -O "$MAXMINDDB_FILE"; \
|
||||
elif [ "$SERVICE_NAME" = "imagestorage" ]; then \
|
||||
elif [ "$SERVICE_NAME" = "images" ]; then \
|
||||
apk add --no-cache zstd; \
|
||||
elif [ "$SERVICE_NAME" = "canvases" ]; then \
|
||||
apk add --no-cache zstd; \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue