Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3 from TakeoffTech/feature/SRE-3752-parallel
Browse files Browse the repository at this point in the history
SRE-3752: add parallel
  • Loading branch information
josephhholmes authored Nov 30, 2020
2 parents 00e5fb3 + 8e346d7 commit 7db42dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ FROM golang:1.13
COPY LICENSE README.md /

COPY src/deps.sh /deps.sh
RUN /deps.sh
RUN /deps.sh && \
apt update && \
apt install -y parallel

COPY src/hrval.sh /usr/local/bin/hrval.sh
COPY src/hrval-all.sh /usr/local/bin/hrval
Expand Down

0 comments on commit 7db42dd

Please sign in to comment.