Update Dockerfile

This commit is contained in:
xxq250 2023-05-11 10:27:42 +08:00
parent dbcac032dd
commit e815710c57
1 changed files with 3 additions and 1 deletions

View File

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