Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Addling libreadline to support abc. closes #1647
  • Loading branch information
weaversa authored Apr 29, 2022
1 parent 348c9ef commit d905e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saw-remote-api/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d905e15

Please sign in to comment.