Skip to content

Commit

Permalink
Merge pull request #1689 from atc0005/i1666-update-stable-img-structs…
Browse files Browse the repository at this point in the history
…lop-install-options

Update stable img structslop install options
  • Loading branch information
atc0005 authored Aug 15, 2024
2 parents 6d8d542 + 02d0bba commit 6929bd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stable/combined/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,12 @@ RUN echo "Installing httperroryzer from temporary fork" \
&& go install ./cmd/httperroryzer \
&& cd ..

# https://github.com/orijtech/structslop/issues/64
RUN echo "Installing structslop from temporary fork" \
&& git clone https://github.com/atc0005/structslop \
&& cd structslop \
&& git checkout ${STRUCTSLOP_VERSION} \
&& go install ./cmd/structslop \
&& go install -ldflags=-checklinkname=0 ./cmd/structslop \
&& cd ..

RUN echo "Installing tickeryzer from temporary fork" \
Expand Down

0 comments on commit 6929bd3

Please sign in to comment.