File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM debian :jessie
1
+ FROM buildpack-deps :jessie-curl
2
2
3
3
# gpg keys listed at https://github.com/nodejs/node
4
4
RUN set -ex \
@@ -17,7 +17,7 @@ RUN set -ex \
17
17
18
18
ENV NODE_VERSION 0.10.44
19
19
20
- RUN buildDeps='curl ca-certificates xz-utils' \
20
+ RUN buildDeps='xz-utils' \
21
21
&& set -x \
22
22
&& apt-get update && apt-get install -y $buildDeps --no-install-recommends \
23
23
&& rm -rf /var/lib/apt/lists/* \
Original file line number Diff line number Diff line change 1
- FROM debian :jessie
1
+ FROM buildpack-deps :jessie-curl
2
2
3
3
# gpg keys listed at https://github.com/nodejs/node
4
4
RUN set -ex \
@@ -17,7 +17,7 @@ RUN set -ex \
17
17
18
18
ENV NODE_VERSION 0.12.13
19
19
20
- RUN buildDeps='curl ca-certificates xz-utils' \
20
+ RUN buildDeps='xz-utils' \
21
21
&& set -x \
22
22
&& apt-get update && apt-get install -y $buildDeps --no-install-recommends \
23
23
&& rm -rf /var/lib/apt/lists/* \
You can’t perform that action at this time.
0 commit comments