mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
fix lib dep
This commit is contained in:
parent
5be8c65779
commit
bb176dda00
@ -7,7 +7,7 @@ MAINTAINER kev
|
||||
|
||||
RUN echo "Asia/Shanghai" > /etc/timezone
|
||||
RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
|
||||
RUN apt-get update && apt-get install -y supervisor haproxy nginx libfontconfig1 libfreetype6 fontconfig
|
||||
RUN apt-get update && apt-get install -y supervisor haproxy nginx libfontconfig1 libfreetype6 fontconfig libicu52
|
||||
RUN mkdir -p /data/ /webkit/includes/
|
||||
|
||||
ADD ./*.js /webkit/
|
||||
|
Loading…
Reference in New Issue
Block a user