Skip to content

Commit

Permalink
feat: comment (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 authored Sep 15, 2022
1 parent ef5a1c9 commit 825284e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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 -
Expand Down

0 comments on commit 825284e

Please sign in to comment.