Compare commits

...

2 Commits

Author SHA1 Message Date
7525d1af5c 4.3.5 2016-08-31 12:48:35 +02:00
043651bfac removed python3 version 2016-08-31 12:47:57 +02:00
2 changed files with 1 additions and 14 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
{
"name": "ht-docker-node",
"version": "4.3.4",
"version": "4.3.5",
"description": "docker image with nodejs with shipzone.io support",
"main": "index.js",
"scripts": {