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

Commit

Permalink
SRE-3752: add parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
josephhholmes committed Nov 30, 2020
1 parent 00e5fb3 commit 8e346d7
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 8e346d7

Please sign in to comment.