Skip to content

Commit 6b0b019

Browse files
committed
fix: add readline
1 parent 2a92274 commit 6b0b019

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ RUN echo 'http://dl-cdn.alpinelinux.org/alpine/v3.22/main' >> /etc/apk/repositor
3535

3636
# Main
3737
FROM docker:${DOCKER_VERSION}-dind AS prod
38+
RUN apk add readline
3839
COPY --from=dependencies /bin/bash /bin/bash
3940
COPY --from=dependencies /usr/bin/fuse-overlayfs /usr/bin/fuse-overlayfs
4041
COPY --from=dependencies /usr/bin/jq /usr/bin/jq

0 commit comments

Comments
 (0)