This commit is contained in:
2022-07-03 15:55:01 +08:00
parent 0b00d1a272
commit 17339d3259
9 changed files with 229 additions and 5 deletions

View File

@@ -2,6 +2,6 @@ ARG ARCH
FROM harbor.colben.cn/general/rocky$ARCH:8
MAINTAINER Colben colbenlee@gmail.com
RUN dnf makecache \
&& dnf install gcc python39-devel mysql-devel -y \
&& dnf install gcc gcc-c++ make cmake python39-devel mysql-devel -y \
&& rm -rf /var/cache/dnf