Skip to content

Commit

Permalink
Add libvips do Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
myrotvorets-team committed Sep 26, 2023
1 parent ddd775a commit aa53afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/.docker/identigraf-uploader/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ghcr.io/sjinks/codespaces/nodejs:latest@sha256:74fe721fb452224b7ceb081b3b00
ENV SERVICE_NAME identigraf-uploader

RUN \
apk add --no-cache nginx && \
apk add --no-cache nginx vips vips-cpp && \
sed -i "s/user nginx;/user ${CONTAINER_USER};/" /etc/nginx/nginx.conf && \
chown -R "${CONTAINER_USER}:${CONTAINER_USER}" /run/nginx /var/log/nginx /var/lib/nginx

Expand Down

0 comments on commit aa53afb

Please sign in to comment.