Skip to content

Commit fc0a82c

Browse files
authored
Add perl-Time-Piece package installation for aarch64
1 parent b66e79d commit fc0a82c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cryptography-linux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN \
2222
if [ $(uname -m) = "aarch64" ]; \
2323
then \
2424
if stat /etc/redhat-release 1>&2 2>/dev/null; then \
25-
yum -y install perl perl-IPC-Cmd && \
25+
yum -y install perl perl-IPC-Cmd perl-Time-Piece && \
2626
yum -y clean all && \
2727
rm -rf /var/cache/yum; \
2828
fi; \

0 commit comments

Comments
 (0)