We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da792f3 commit a6d0bb9Copy full SHA for a6d0bb9
Dockerfile
@@ -1,13 +1,10 @@
1
-FROM node:12.18.3-alpine
+FROM node:lts-alpine3.12
2
# ref: https://hub.docker.com/_/node?tab=tags&name=12
3
4
LABEL maintainer="Jupyter Project <[email protected]>"
5
6
# Useful tools for debugging
7
RUN apk add --no-cache jq curl
8
-RUN apk update
9
-RUN apk add --upgrade libgcc
10
-RUN apk add --upgrade libstdc++
11
12
# Copy relevant (see .dockerignore)
13
RUN mkdir -p /srv/configurable-http-proxy
0 commit comments