Skip to content

Commit b9ea455

Browse files
committed
testing fix
1 parent 7084b83 commit b9ea455

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ RUN apk --no-cache add ca-certificates
1414
WORKDIR /home/
1515

1616

17-
FROM gcr.io/distroless/static
17+
FROM scratch
1818

19-
COPY --from=builder /bin/sh /bin/sh
19+
ADD bash
2020
COPY --from=builder /etc_passwd /etc/passwd
2121
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
2222
COPY --from=builder /go/src/github.com/abutaha/aws-es-proxy/aws-es-proxy /aws-es-proxy

0 commit comments

Comments
 (0)