Skip to content

Commit

Permalink
build: update PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredpixel committed Apr 13, 2022
1 parent 0941a17 commit 45bfcbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ COPY --chown=x:x [ \
RUN cabal update && \
cabal build --only-dependencies --enable-tests
#-------------------------------------------------------------------------------
ENV PATH=${HOME}/.cabal/bin:$PATH \
ENV PATH=${HOME}/repo/bin:${HOME}/.cabal/bin:$PATH \
LANG=C.UTF-8

CMD ["cabal", "run", "isoxya-plugin-spellchecker", "--", \
Expand Down

0 comments on commit 45bfcbc

Please sign in to comment.