Skip to content

Commit

Permalink
[chore][deploy] Fix Dockerfile run environment
Browse files Browse the repository at this point in the history
  • Loading branch information
HeChangHaoGary committed Sep 9, 2024
1 parent 9840ecc commit c7f1257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENV TZ=Asia/Shanghai
SHELL ["/bin/bash", "-c"]

RUN dnf update -y \
&& dnf install -y vim unzip net-tools tzdata wget git gcc gcc-c++ make automake openssl openssl-devel gcc-toolset-13* libtool patch \
&& dnf install -y vim unzip net-tools tzdata wget git gcc gcc-c++ make automake openssl openssl-devel gcc-toolset-13* libtool patch libaio-devel boost-devel \
&& dnf clean all \
&& ln -fs /usr/share/zoneinfo/${TZ} /etc/localtime \
&& echo ${TZ} > /etc/timezone \
Expand Down

0 comments on commit c7f1257

Please sign in to comment.