diff --git a/saw-remote-api/Dockerfile b/saw-remote-api/Dockerfile index 04603babc5..7d1c004bdb 100644 --- a/saw-remote-api/Dockerfile +++ b/saw-remote-api/Dockerfile @@ -1,6 +1,6 @@ FROM haskell:8.8.4 AS build USER root -RUN apt-get update && apt-get install -y wget libncurses-dev unzip +RUN apt-get update && apt-get install -y wget libncurses-dev libreadline-dev unzip RUN useradd -m saw COPY --chown=saw:saw . /home/saw USER saw