Skip to content

Commit

Permalink
Fix Dockerfile make reference
Browse files Browse the repository at this point in the history
  • Loading branch information
galan committed Nov 9, 2022
1 parent 3c22176 commit 00398bb
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 @@ -10,7 +10,7 @@ COPY go.sum /src/
COPY Makefile /src/
WORKDIR /src/
ENV GO111MODULE=on
RUN make build-linux64
RUN make build-linux-amd

FROM debian:10.9
RUN apt-get update
Expand Down

0 comments on commit 00398bb

Please sign in to comment.