Update Dockerfile

This commit is contained in:
xxq250 2023-05-10 15:21:57 +08:00
parent 11be57cc77
commit 85dfa731c4
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
FROM ubuntu:20.04
RUN apt-get update
# basics
RUN apt-get install -y libssl-dev curl libmysqlclient-dev imagemagick nodejs mysql-server redis-server
RUN apt-get install -y libssl-dev curl libmysqlclient-dev imagemagick nodejs mysql-server redis-server tzdata
RUN ln -fs /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
# confirm openssl version
RUN openssl version
RUN which openssl