Skip to content

Commit

Permalink
debian.Dockerfile: Update to libreadline8
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOks authored Mar 28, 2024
1 parent 03134ee commit 51b2375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/docker/debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM debian:latest AS base
COPY . /home/rstar

RUN apt-get update
RUN apt-get install -y git build-essential libreadline7
RUN apt-get install -y git build-essential libreadline8
RUN /home/rstar/bin/rstar install -p /home/raku
RUN apt-get -y remove git build-essential
RUN apt-get -y autoremove
Expand Down

0 comments on commit 51b2375

Please sign in to comment.