Skip to content

Commit c8971d3

Browse files
committed
docs(dockerfile): fix typo
1 parent d4e8129 commit c8971d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ RUN pipx ensurepath --global \
5656

5757
COPY go.mod /tmp/go.mod
5858

59-
# FIXME @TL workaround until Amazon Linux gets an yq packag
59+
# FIXME @TL workaround until Amazon Linux gets an yq package
6060
# hadolint ignore=DL3062 # [Pin versions]: versions are pinned
6161
RUN grep -E '^require\s+[a-zA-Z0-9/._-]+\s+v[0-9]+\.[0-9]+\.[0-9]+$' /tmp/go.mod | awk '{print $2"@"$3}' | while read -r package; do \
6262
GOBIN=/usr/local/bin go install "${package}"; \

0 commit comments

Comments
 (0)