Compare commits

...

1 Commits

Author SHA1 Message Date
James Tombleson 77a5c02cbd added chromium package to docker 2022-07-14 11:21:05 -07:00
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ RUN go install github.com/pressly/goose/v3/cmd/goose@latest
FROM alpine:latest as app
RUN apk --no-cache add bash libc6-compat
RUN apk --no-cache add bash libc6-compat chromium
RUN mkdir /app && mkdir /app/migrations
COPY --from=build /app/collector /app
COPY --from=build /go/bin/goose /app