added chromium package to docker (#16)

This commit is contained in:
James Tombleson 2022-07-14 11:42:55 -07:00 committed by GitHub
parent 79f3383fdc
commit 9d662936d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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