Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Wienand <[email protected]>
  • Loading branch information
Fabian Wienand committed Apr 16, 2024
1 parent b0b0fbc commit 057f514
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ RUN echo "StrictHostKeyChecking no" > /root/.ssh/config
RUN git config --global url."[email protected]:".insteadOf "https://github.com/"

# Clone contest server
RUN --mount=type=ssh git clone https://github.com/blindspotsoftware/contest.git /root/contest

COPY . /root/contest
WORKDIR /root/contest
RUN --mount=type=ssh go build ./cmds/contest
RUN go build ./cmds/contest

#fwhunt dependencies
RUN --mount=type=ssh git clone https://github.com/binarly-io/fwhunt-scan.git /root/fwhunt-scan
Expand Down

0 comments on commit 057f514

Please sign in to comment.