mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-06-21 07:43:56 +08:00
Use full node image
NPM for Github actions uses the full node image from docker. I need it because some of my dependencies need python and slim version does not seems to have it. More here: https://github.com/actions/npm/issues/8
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
FROM node:10-slim
|
||||
FROM node:10
|
||||
|
||||
LABEL version="1.0.0"
|
||||
LABEL version="1.1.0"
|
||||
LABEL repository="https://github.com/Borales/actions-yarn"
|
||||
LABEL homepage="https://github.com/Borales/actions-yarn"
|
||||
LABEL maintainer="Oleksandr Bordun <bordun.alexandr@gmail.com>"
|
||||
|
||||
Reference in New Issue
Block a user