提交 a0872839 authored 作者: testing's avatar testing

fix

上级 d038be30
...@@ -17,7 +17,7 @@ ENV LUAJIT_INC=/usr/include/luajit-2.1 ...@@ -17,7 +17,7 @@ ENV LUAJIT_INC=/usr/include/luajit-2.1
# resolves #166 # resolves #166
ENV LD_PRELOAD /usr/lib/preloadable_libiconv.so php ENV LD_PRELOAD /usr/lib/preloadable_libiconv.so php
RUN apk add --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/community gnu-libiconv #RUN apk add --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/community gnu-libiconv
...@@ -31,6 +31,7 @@ RUN echo @testing http://dl-3.alpinelinux.org/alpine/edge/testing >> /etc/apk/re ...@@ -31,6 +31,7 @@ RUN echo @testing http://dl-3.alpinelinux.org/alpine/edge/testing >> /etc/apk/re
apk update && apk upgrade &&\ apk update && apk upgrade &&\
apk add --no-cache \ apk add --no-cache \
bash \ bash \
gnu-libiconv \
openssh-client \ openssh-client \
wget \ wget \
supervisor \ supervisor \
...@@ -100,7 +101,7 @@ RUN echo @testing http://dl-3.alpinelinux.org/alpine/edge/testing >> /etc/apk/re ...@@ -100,7 +101,7 @@ RUN echo @testing http://dl-3.alpinelinux.org/alpine/edge/testing >> /etc/apk/re
RUN apk update && apk add --no-cache supervisor RUN apk add --no-cache supervisor
RUN mkdir -p "/etc/supervisor/logs" RUN mkdir -p "/etc/supervisor/logs"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论