Skip to content

Commit

Permalink
Merge pull request #36 from ymyzk/simplify-rlwrap-on-docker
Browse files Browse the repository at this point in the history
Simplify installation of rlwrap on Docker image
  • Loading branch information
ymyzk authored Jul 7, 2024
2 parents c219390 + 687d937 commit 375c980
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ RUN opam pin add lambda-dti ./app

FROM alpine:3.20

RUN echo "@testing http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
RUN apk --update add rlwrap@testing
RUN apk --update add rlwrap

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

Expand Down

0 comments on commit 375c980

Please sign in to comment.