Skip to content

Commit 8d1124c

Browse files
committed
update dockerfile, version 12
1 parent c87ae3e commit 8d1124c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ENV LC_ALL en_US.UTF-8
1313
RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
1414

1515
# fix: warning: rpmts_HdrFromFdno
16-
rpm --import /etc/pki/rpm-gpg/RPM*
16+
RUN rpm --import /etc/pki/rpm-gpg/RPM*
1717

1818
# update yum and install something
1919
RUN yum update -y

0 commit comments

Comments
 (0)