Skip to content

Commit 8994e30

Browse files
authored
Add bash to image because containerd expects it to be present (#673)
[IG-23283](https://iguazio.atlassian.net/browse/IG-23283) Following #672.
1 parent 042f1f7 commit 8994e30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/framesd/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ COPY . .
2525
ARG FRAMES_VERSION=unknown
2626
RUN GOOS=linux GOARCH=amd64 go build -ldflags="-X main.Version=${FRAMES_VERSION}" ./cmd/framesd
2727
RUN cp framesd /usr/local/bin
28+
RUN apk add bash
2829

2930
VOLUME /etc/framesd
3031
ENV V3IO_GRPC_PORT=8081

0 commit comments

Comments
 (0)