added chromium package to docker

This commit is contained in:
James Tombleson 2022-07-14 11:21:05 -07:00
parent 79f3383fdc
commit 77a5c02cbd
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