Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
7525d1af5c | |||
043651bfac | |||
621fff81c3 | |||
b0e8ff164f |
@ -29,6 +29,7 @@ test:
|
|||||||
- npmci test docker
|
- npmci test docker
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
|
- triggers
|
||||||
tags:
|
tags:
|
||||||
- lossless
|
- lossless
|
||||||
- priv
|
- priv
|
||||||
@ -39,6 +40,7 @@ release:
|
|||||||
- npmci publish docker
|
- npmci publish docker
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
|
- triggers
|
||||||
tags:
|
tags:
|
||||||
- lossless
|
- lossless
|
||||||
- priv
|
- priv
|
||||||
@ -49,6 +51,7 @@ trigger:
|
|||||||
- npmci trigger
|
- npmci trigger
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
|
- triggers
|
||||||
tags:
|
tags:
|
||||||
- lossless
|
- lossless
|
||||||
- priv
|
- priv
|
||||||
|
@ -1,13 +0,0 @@
|
|||||||
FROM hosttoday/ht-docker-node:latest
|
|
||||||
RUN apt-get update \
|
|
||||||
&& apt-get install -y -q --no-install-recommends \
|
|
||||||
python3 \
|
|
||||||
&& apt-get clean \
|
|
||||||
&& rm -r /var/lib/apt/lists/*
|
|
||||||
|
|
||||||
# Install pip and symlink python to python3
|
|
||||||
RUN curl -O https://bootstrap.pypa.io/get-pip.py \
|
|
||||||
&& python3 get-pip.py \
|
|
||||||
&& rm get-pip.py \
|
|
||||||
&& rm -r /usr/bin/python \
|
|
||||||
&& ln -s /usr/bin/python3 /usr/bin/python
|
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ht-docker-node",
|
"name": "ht-docker-node",
|
||||||
"version": "4.3.3",
|
"version": "4.3.5",
|
||||||
"description": "docker image with nodejs with shipzone.io support",
|
"description": "docker image with nodejs with shipzone.io support",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Reference in New Issue
Block a user