mirror of
https://github.com/actions-hub/stylelint.git
synced 2024-11-25 17:21:01 -05:00
Update Dockerfile
This commit is contained in:
parent
009047cdf8
commit
4f07ee4d27
1 changed files with 1 additions and 10 deletions
11
Dockerfile
11
Dockerfile
|
@ -1,13 +1,4 @@
|
|||
FROM node:8.16-alpine
|
||||
|
||||
ENV \
|
||||
NODE_PATH=.:/usr/lib/node_modules:/node_modules \
|
||||
TIME_ZONE=Etc/UTC
|
||||
|
||||
RUN apk add --no-cache --update git tzdata openssl curl ca-certificates && \
|
||||
ln -snf /usr/share/zoneinfo/${TIME_ZONE} /etc/localtime && \
|
||||
echo ${TIME_ZONE} > /etc/timezone && date && \
|
||||
rm -rf /var/cache/apk/*
|
||||
FROM exelban/baseimage:node-latest
|
||||
|
||||
LABEL name="stylelinter"
|
||||
LABEL version="1.0.0"
|
||||
|
|
Loading…
Reference in a new issue