Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ymyzk committed Mar 2, 2024
1 parent 2d5ed74 commit 85ee931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ FROM alpine:3.19
RUN echo "@testing http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
RUN apk --update add rlwrap@testing

COPY --from=0 /home/opam/.opam/4.14/bin/ldti /usr/bin/
COPY --from=0 /home/opam/.opam/5.1/bin/ldti /usr/bin/

# Workaround: sleep for 1 second to avoid the following error:
# rlwrap: error: My terminal reports width=0
Expand Down

0 comments on commit 85ee931

Please sign in to comment.