We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 912834c commit 8e40115Copy full SHA for 8e40115
slim/Dockerfile
@@ -1,9 +1,11 @@
1
FROM elixir:1.6.0-slim
2
3
+ENV NODE_VERSION 8.9.2
4
+
5
RUN groupadd --gid 1000 node \
6
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node
7
-# install awscli
8
+# install python and curl
9
RUN apt-get update \
10
&& apt-get install -y --no-install-recommends python-dev curl \
11
&& apt-get clean
@@ -25,8 +27,6 @@ RUN set -ex \
25
27
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key" ; \
26
28
done
29
-ENV NODE_VERSION 9.4.0
-
30
RUN buildDeps='xz-utils' \
31
&& ARCH= && dpkgArch="$(dpkg --print-architecture)" \
32
&& case "${dpkgArch##*-}" in \
0 commit comments