forked from wallabag/docker
Remove fix for gnu-libiconv (already fixed in Alpine 3.16)
This commit is contained in:
@ -4,9 +4,6 @@ LABEL maintainer "Marvin Steadfast <marvin@xsteadfastx.org>"
|
|||||||
|
|
||||||
ARG WALLABAG_VERSION=2.5.2
|
ARG WALLABAG_VERSION=2.5.2
|
||||||
|
|
||||||
RUN apk add gnu-libiconv --update-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ --allow-untrusted
|
|
||||||
ENV LD_PRELOAD /usr/lib/preloadable_libiconv.so php
|
|
||||||
|
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
&& apk update \
|
&& apk update \
|
||||||
&& apk upgrade --available \
|
&& apk upgrade --available \
|
||||||
|
|||||||
Reference in New Issue
Block a user