Skip to content

Commit

Permalink
Remove unnecessary build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Divkix committed Dec 24, 2022
1 parent 79c8ef0 commit a93500e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Build Stage: Build bot using the alpine image, also install doppler in it
FROM golang:1.19-alpine AS builder
RUN addgroup -S aliveuser \
&& adduser -S -u 10000 -g aliveuser aliveuser
RUN apk add -U --no-cache ca-certificates
WORKDIR /app
COPY . .
RUN CGO_ENABLED=0 GOOS=`go env GOHOSTOS` GOARCH=`go env GOHOSTARCH` go build -o out/aliveimage
Expand Down

0 comments on commit a93500e

Please sign in to comment.