Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4ebce929f8 | |||
| 244ada778b |
@@ -43,7 +43,6 @@ RUN apt-get update && apt-get install -y wget --no-install-recommends \
|
||||
&& apt-get install -y google-chrome-unstable \
|
||||
--no-install-recommends \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& apt-get purge --auto-remove -y curl \
|
||||
&& rm -rf /src/*.deb
|
||||
|
||||
# Install nvm with node and npm
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ht-docker-node",
|
||||
"version": "4.3.50",
|
||||
"version": "4.3.51",
|
||||
"description": "docker image with nodejs with shipzone.io support",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user