Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mosajjal committed Mar 3, 2022
1 parent 795e6ae commit 52b7ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ RUN git clone https://${REPO}.git ${DST} --depth 1 \
ENV CGO_ENABLED=1
ENV GOOS=windows
ENV GOARCH=amd64
RUN sh -c 'cd ${DST} && go build -o ${DST}/dnsmonster-windows-amd64.exe'
RUN sh -c 'cd ${DST} && go build -o ${DST}/tcpshark-windows-amd64.exe'

0 comments on commit 52b7ffa

Please sign in to comment.