added chromium package to docker (#16)
This commit is contained in:
parent
79f3383fdc
commit
9d662936d5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user