Sign inSign up

dustalov/purgecss

By dustalov

Updated 17 days ago

purgecss

Image
0

2.2K

dustalov/purgecss repository overview

Dockerfile.purgecss

FROM node:lts-alpine

LABEL org.opencontainers.image.source="https://github.com/dustalov/dockerfiles"
LABEL org.opencontainers.image.licenses="Unlicense"

ENV NO_UPDATE_NOTIFIER=1

RUN --mount=type=cache,target=/root/.npm \
npm install --global --quiet --no-update-notifier --no-fund purgecss && \
chown -R "$(id -un):$(id -gn)" "$(npm config get prefix)"

CMD ["purgecss"]

Tag summary

Content type

Image

Digest

sha256:7007ac967

Size

56.6 MB

Last updated

17 days ago

docker pull dustalov/purgecss