ADD TimeZone Support

This commit is contained in:
妙正灰
2020-01-24 15:55:16 +08:00
parent 3b9f8f138d
commit 5ecfbe5e8f
7 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#FROM debian:jessie-slim
FROM ubuntu:18.04
RUN apt-get update && apt-get install wget curl -y
RUN apt-get update && apt-get install wget curl tzdata -y
RUN wget https://openlitespeed.org/preuse/openlitespeed-1.6.5.tgz && \
tar xzvf openlitespeed-1.6.5.tgz && cd openlitespeed && ./install.sh && rm -rf /openlitespeed