We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37edac6 commit 756788eCopy full SHA for 756788e
.cloudbuild/graalvm-a.Dockerfile
@@ -33,7 +33,8 @@ RUN microdnf install -y google-cloud-sdk
33
# Adding the package path to local
34
ENV PATH $PATH:/usr/local/gcloud/google-cloud-sdk/bin
35
36
-# Install docker, see https://docs.docker.com/engine/install/rhel/#set-up-the-repository
+# Install docker
37
+# See also https://docs.docker.com/engine/install/rhel/#set-up-the-repository
38
COPY docker-ce.repo /etc/yum.repos.d/docker-ce.repo
39
RUN microdnf install -y docker-ce docker-ce-cli
40
0 commit comments