Skip to content

Any reasons not to use Alpine #36

Description

@RoSk0

Image size would be dramatically less Alpine.

Example Dockerfile:

FROM alpine:3.8

RUN apk add --no-cache chromium

RUN addgroup -S chromium && adduser -S chromium -G chromium

USER chromium

EXPOSE 9222

ENTRYPOINT ["chromium-browser", "--no-sandbox", "--disable-gpu", "--headless"]
CMD ["--remote-debugging-address=0.0.0.0", "--remote-debugging-port=9222"]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions