Merge branch 'shleeable-master-patch-04095' into 'master'
Added imagemagick to dockerfile See merge request framasoft/mobilizon!970
This commit is contained in:
commit
c609deb8cb
|
@ -45,7 +45,7 @@ LABEL org.opencontainers.image.title="mobilizon" \
|
|||
org.opencontainers.image.revision=$VCS_REF \
|
||||
org.opencontainers.image.created=$BUILD_DATE
|
||||
|
||||
RUN apk add --no-cache openssl ncurses-libs file postgresql-client libgcc libstdc++
|
||||
RUN apk add --no-cache openssl ncurses-libs file postgresql-client libgcc libstdc++ imagemagick
|
||||
|
||||
RUN mkdir -p /app/uploads && chown nobody:nobody /app/uploads
|
||||
RUN mkdir -p /etc/mobilizon && chown nobody:nobody /etc/mobilizon
|
||||
|
|
Loading…
Reference in a new issue