Skip to content

Commit

Permalink
fix: report issue log
Browse files Browse the repository at this point in the history
  • Loading branch information
irrun committed May 17, 2024
1 parent acc4a29 commit 93965f7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM public.ecr.aws/docker/library/golang:1.21-alpine AS builder

ARG GIT_TOKEN

ENV GO111MODULE=on \
CGO_ENABLED=1 \
GOOS=linux \
Expand All @@ -13,9 +11,6 @@ RUN apk add --no-cache build-base git bash linux-headers eudev-dev curl ca-certi
WORKDIR /build
COPY . .

RUN echo "https://noderealbot:${GIT_TOKEN}@github.com" > ~/.git-credentials \
&& git config --global credential.helper store \

RUN go mod tidy
RUN go build -o .build/sentry ./cmd

Expand Down

0 comments on commit 93965f7

Please sign in to comment.