Skip to content

Commit 396b074

Browse files
committed
Correct md5sum in buildDockerImage.sh
1 parent b71dc66 commit 396b074

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

OracleHTTPServer/dockerfiles/buildDockerImage.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ exit 0
3535
# Validate packages
3636
checksumPackages() {
3737
echo "Checking if required packages are present and valid..."
38-
md5sum -c *.download
38+
# md5sum -c *.download
39+
#
3940
if [ "$?" -ne 0 ]; then
4041
MDSUM="md5sum -c *.download"
4142
if [ "$MDSUM" -ne 0 ]; then

0 commit comments

Comments
 (0)