Skip to content

Commit

Permalink
[nc] fix failing test
Browse files Browse the repository at this point in the history
Signed-off-by: Nic Cheneweth <[email protected]>
  • Loading branch information
ncheneweth committed Oct 11, 2024
1 parent b803c51 commit 45adc68
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions test/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM alpine:3.19.1
# hadolint ignore=DL3006
FROM alpine

LABEL org.opencontainers.image.title="circleci-remote-docker" \
org.opencontainers.image.description="Alpine-based CircleCI executor image containing only the minimum required packages" \
Expand All @@ -11,9 +12,10 @@ LABEL org.opencontainers.image.title="circleci-remote-docker" \
org.opencontainers.image.created="CREATED" \
org.opencontainers.image.version="VERSION"

# hadolint ignore=DL3018
RUN apk add --no-cache \
git==2.43.5-r0 \
openssh==9.6_p1-r1 \
tar==1.35-r2 \
gzip==1.13-r0 \
ca-certificates==20240226-r0
git \
openssh \
tar \
gzip \
ca-certificates

0 comments on commit 45adc68

Please sign in to comment.