From 0a8d5be2006f4fc9e164a2fbab53d3f57029bf66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=A9o=20M=C3=A9vollon?= Date: Thu, 15 Sep 2022 14:19:34 +0200 Subject: [PATCH] feat: comment --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 44a97ab..77f536f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,11 @@ FROM summerwind/actions-runner-dind:v2.296.2-ubuntu-20.04 -# INSTALL DEPENDENCIES SHELL ["/bin/bash", "-o", "pipefail", "-c"] USER root +### INSTALL DEPENDENCIES + # Go RUN curl -sL https://go.dev/dl/go1.17.linux-amd64.tar.gz | \ tar -C /usr/local -xzf -