File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1- FROM buildpack-deps :jessie-curl
1+ FROM debian :jessie-slim
22
33RUN groupadd --gid 1000 node \
44 && useradd --uid 1000 --gid node --shell /bin/bash --create-home node
@@ -34,7 +34,7 @@ RUN buildDeps='xz-utils' \
3434 *) echo "unsupported architecture" ; exit 1 ;; \
3535 esac \
3636 && set -x \
37- && apt-get update && apt-get install -y $buildDeps --no-install-recommends \
37+ && apt-get update && apt-get install -y ca-certificates curl wget $buildDeps --no-install-recommends \
3838 && rm -rf /var/lib/apt/lists/* \
3939 && curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-$ARCH.tar.xz" \
4040 && curl -SLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
Original file line number Diff line number Diff line change 1- FROM buildpack-deps :jessie-curl
1+ FROM debian :jessie-slim
22
33RUN groupadd --gid 1000 node \
44 && useradd --uid 1000 --gid node --shell /bin/bash --create-home node
@@ -34,7 +34,7 @@ RUN buildDeps='xz-utils' \
3434 *) echo "unsupported architecture" ; exit 1 ;; \
3535 esac \
3636 && set -x \
37- && apt-get update && apt-get install -y $buildDeps --no-install-recommends \
37+ && apt-get update && apt-get install -y ca-certificates curl wget $buildDeps --no-install-recommends \
3838 && rm -rf /var/lib/apt/lists/* \
3939 && curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-$ARCH.tar.xz" \
4040 && curl -SLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
Original file line number Diff line number Diff line change 1- FROM buildpack-deps :jessie-curl
1+ FROM debian :jessie-slim
22
33RUN groupadd --gid 1000 node \
44 && useradd --uid 1000 --gid node --shell /bin/bash --create-home node
@@ -34,7 +34,7 @@ RUN buildDeps='xz-utils' \
3434 *) echo "unsupported architecture" ; exit 1 ;; \
3535 esac \
3636 && set -x \
37- && apt-get update && apt-get install -y $buildDeps --no-install-recommends \
37+ && apt-get update && apt-get install -y ca-certificates curl wget $buildDeps --no-install-recommends \
3838 && rm -rf /var/lib/apt/lists/* \
3939 && curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-$ARCH.tar.xz" \
4040 && curl -SLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
Original file line number Diff line number Diff line change 1- FROM buildpack-deps :jessie-curl
1+ FROM debian :jessie-slim
22
33RUN groupadd --gid 1000 node \
44 && useradd --uid 1000 --gid node --shell /bin/bash --create-home node
@@ -34,7 +34,7 @@ RUN buildDeps='xz-utils' \
3434 *) echo "unsupported architecture" ; exit 1 ;; \
3535 esac \
3636 && set -x \
37- && apt-get update && apt-get install -y $buildDeps --no-install-recommends \
37+ && apt-get update && apt-get install -y ca-certificates curl wget $buildDeps --no-install-recommends \
3838 && rm -rf /var/lib/apt/lists/* \
3939 && curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-$ARCH.tar.xz" \
4040 && curl -SLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
Original file line number Diff line number Diff line change 1- FROM buildpack-deps :jessie-curl
1+ FROM debian :jessie-slim
22
33RUN groupadd --gid 1000 node \
44 && useradd --uid 1000 --gid node --shell /bin/bash --create-home node
@@ -27,7 +27,7 @@ RUN buildDeps='xz-utils' \
2727 *) echo "unsupported architecture"; exit 1 ;; \
2828 esac \
2929 && set -x \
30- && apt-get update && apt-get install -y $buildDeps --no-install-recommends \
30+ && apt-get update && apt-get install -y ca-certificates curl wget $buildDeps --no-install-recommends \
3131 && rm -rf /var/lib/apt/lists/* \
3232 && curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-$ARCH.tar.xz" \
3333 && curl -SLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
You can’t perform that action at this time.
0 commit comments