Skip to content

Commit ebd7d13

Browse files
committed
Updated images to include /bin/sh for backwards compatability
1 parent 9cf5ed1 commit ebd7d13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ WORKDIR /home/
1616

1717
FROM scratch
1818

19+
COPY --from=busybox:1.35.0-uclibc /bin/sh /bin/sh
1920
COPY --from=builder /etc_passwd /etc/passwd
2021
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
2122
COPY --from=builder /go/src/github.com/abutaha/aws-es-proxy/aws-es-proxy /aws-es-proxy

0 commit comments

Comments
 (0)