Skip to content

Commit 756788e

Browse files
committed
add comment
1 parent 37edac6 commit 756788e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.cloudbuild/graalvm-a.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ RUN microdnf install -y google-cloud-sdk
3333
# Adding the package path to local
3434
ENV PATH $PATH:/usr/local/gcloud/google-cloud-sdk/bin
3535

36-
# Install docker, see https://docs.docker.com/engine/install/rhel/#set-up-the-repository
36+
# Install docker
37+
# See also https://docs.docker.com/engine/install/rhel/#set-up-the-repository
3738
COPY docker-ce.repo /etc/yum.repos.d/docker-ce.repo
3839
RUN microdnf install -y docker-ce docker-ce-cli
3940

0 commit comments

Comments
 (0)