Skip to content

Commit 10a9940

Browse files
Fixed an accidentally uncommented comment
1 parent 2821c53 commit 10a9940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ docker buildx build $DBO -f Dockerfile-python3-debian \
3030
--build-arg DOCKER_TAG=$DOCKER_TAG .
3131
echo "Built image ${BASE}/rdkit-python3-debian:$DOCKER_TAG"
3232

33-
build image for java on debian
33+
# build image for java on debian
3434
docker buildx build $DBO -f Dockerfile-java-debian \
3535
--platform linux/arm64,linux/amd64 --push \
3636
-t $BASE/rdkit-java-debian:$DOCKER_TAG \

0 commit comments

Comments
 (0)