Skip to content

Commit

Permalink
install yq and jq in docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Jun 27, 2024
1 parent 5a3e7bf commit 9964380
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ WORKDIR /opt/arc-validate

RUN chmod +x build.sh
RUN ./build.sh runtests
#RUN ./build.sh

ENV PATH="${PATH}:/opt/arc-validate"
ENV PATH="${PATH}:/opt/arc-validate/src/arc-validate/bin/Release/net8.0"

RUN apt update && apt install -y yq && apt install jq

WORKDIR /arc

0 comments on commit 9964380

Please sign in to comment.