Update 'Dockerfile'

This commit is contained in:
Spencer Killen 2023-03-21 12:10:50 -06:00
parent 6c26cf7b80
commit a48d3c82ff
1 changed files with 2 additions and 3 deletions

View File

@ -4,9 +4,8 @@ LABEL maintainer="sjkillen@ualberta.ca"
RUN apt-get -qq update RUN apt-get -qq update
RUN apt-get -qq install sudo gringo clasp time swi-prolog sbcl git RUN apt-get -qq install sudo gringo clasp time swi-prolog sbcl git
# rlwrap install is broken on jammy right now RUN apt-get -qq install rlfe
# RUN apt-get -qq install rlwrap RUN echo "alias sbcl='rlfe sbcl'" >> /home/$USERNAME/.bashrc
# RUN echo "alias sbcl='rlwrap sbcl'" >> /home/$USERNAME/.bashrc
ARG USERNAME=user ARG USERNAME=user
ARG USER_UID=1000 ARG USER_UID=1000