Skip to content

Commit

Permalink
Merge pull request #66 from junaruga/wip/podman
Browse files Browse the repository at this point in the history
Fix Dockerfile to build on podman.
  • Loading branch information
mrtazz authored Aug 17, 2023
2 parents 849025d + 0708fca commit bd26d79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM golang:1.13 as builder

ARG BUILDER_NAME BUILDER_EMAIL
ARG BUILDER_NAME
ARG BUILDER_EMAIL

ENV GOOS=linux GOARCH=amd64 CGO_ENABLED=0
COPY . /go/src/github.com/mrtazz/checkmake
Expand Down

0 comments on commit bd26d79

Please sign in to comment.