Skip to content

Commit cb95eab

Browse files
committed
Merge branch 'release' into kflux
2 parents 27585a7 + 0cba8f7 commit cb95eab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

image/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ WORKDIR ${HOME_DIR}
3838

3939
USER root
4040

41-
RUN microdnf install -y python3.12-devel python3.12-pip shadow-utils gcc openssl-devel && microdnf clean all
41+
RUN microdnf install -y python3.12-devel python3.12-pip shadow-utils gcc openssl-devel file && microdnf clean all
4242
RUN useradd -d ${HOME_DIR} -u ${UID} -g 0 -m -s /bin/bash ${USER} \
4343
&& chown ${USER}:0 ${HOME_DIR} \
4444
&& chmod -R g+rwx ${HOME_DIR} \

0 commit comments

Comments
 (0)