Skip to content

Commit

Permalink
fix terminfo stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
psathyrella committed Sep 19, 2024
1 parent 26e61d6 commit 494e034
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ RUN mkdir $XDG_RUNTIME_DIR
RUN chmod 0700 $XDG_RUNTIME_DIR
COPY --chown=$MAMBA_USER:$MAMBA_USER_GID . /partis
WORKDIR /partis
ENV TERM linux
ENV TERMINFO /etc/terminfo
RUN ./bin/build.sh
ENV PATH /opt/conda/bin:/opt/conda/condabin:$PATH # necessary for singularity
CMD ./test/test.py --quick

0 comments on commit 494e034

Please sign in to comment.