Skip to content

Commit

Permalink
Add bash to image because containerd expects it to be present (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtopper authored Jan 20, 2025
1 parent 042f1f7 commit 8994e30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/framesd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ COPY . .
ARG FRAMES_VERSION=unknown
RUN GOOS=linux GOARCH=amd64 go build -ldflags="-X main.Version=${FRAMES_VERSION}" ./cmd/framesd
RUN cp framesd /usr/local/bin
RUN apk add bash

VOLUME /etc/framesd
ENV V3IO_GRPC_PORT=8081
Expand Down

0 comments on commit 8994e30

Please sign in to comment.