Skip to content

Commit

Permalink
Merge pull request #594 from frost19k/dev
Browse files Browse the repository at this point in the history
Fix ripgen not installed in Docker container
  • Loading branch information
six2dez authored Oct 3, 2022
2 parents ba043af + 1b79a41 commit 408a207
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ ENV DEBCONF_NONINTERACTIVE_SEEN=true
ENV GOROOT='/usr/local/go'
ENV GOPATH='/root/go'
ENV AXIOMPATH='/root/.axiom/interact'
ENV PATH="${GOROOT}:${PATH}:${GOPATH}:${AXIOMPATH}"
ENV CARGOPATH='/root/.cargo/bin'
ENV PATH="${GOROOT}:${PATH}:${GOPATH}:${AXIOMPATH}:${CARGOPATH}"

COPY 01_nodoc /etc/dpkg/dpkg.cfg.d/

Expand Down

0 comments on commit 408a207

Please sign in to comment.