Merge branch 'valvin-master-patch-46308' into 'master'
chore: update alpine version See merge request valvin/hereva-rendrerer!2
This commit is contained in:
commit
7e0f59736b
|
@ -1,4 +1,4 @@
|
||||||
FROM alpine:edge
|
FROM alpine:3.14
|
||||||
|
|
||||||
RUN apk --no-cache add zip libressl python2 python3 py-pip git npm jq curl \
|
RUN apk --no-cache add zip libressl python2 python3 py-pip git npm jq curl \
|
||||||
ghostscript-fonts fontconfig inkscape imagemagick exiftool graphicsmagick \
|
ghostscript-fonts fontconfig inkscape imagemagick exiftool graphicsmagick \
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
# 2022-03-31 - updating node alpine
|
||||||
|
|
||||||
|
with alpine 3.15 it is not possible to build image in reason of `prebuild` binaries missing.
|
||||||
|
|
||||||
|
It seems to be related to *musl* compatibility which could be solved using debian version image.
|
||||||
|
|
||||||
|
alpine 3.14 is still maintained and is working so I keep this base image at the moment.
|
Loading…
Reference in New Issue