Skip to content

Commit f73422e

Browse files
install tini
1 parent 1e83773 commit f73422e

File tree

2 files changed

+12
-16
lines changed

2 files changed

+12
-16
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ FROM node:8.1.4-alpine
22

33
WORKDIR /root/cf-runtime
44

5-
RUN apk add --no-cache bash git openssh-client
5+
RUN apk add --no-cache bash git openssh-client tini
66

77
COPY package.json ./
88

99
COPY yarn.lock ./
1010

1111
# install cf-runtime required binaries
12-
RUN apk add --no-cache --virtual deps python make g++ tini && \
12+
RUN apk add --no-cache --virtual deps python make g++ && \
1313
yarn install --frozen-lockfile --production && \
1414
yarn cache clean && \
1515
apk del deps && \

yarn.lock

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -134,15 +134,15 @@ async-each@^1.0.0:
134134
version "1.0.1"
135135
resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.1.tgz#19d386a1d9edc6e7c1c85d388aedbcc56d33602d"
136136

137-
async@0.2.9:
137+
async@0.2.9, async@0.2.x, async@~0.2.9:
138138
version "0.2.9"
139139
resolved "https://registry.yarnpkg.com/async/-/async-0.2.9.tgz#df63060fbf3d33286a76aaf6d55a2986d9ff8619"
140140

141-
async@0.2.x, async@~0.2.9:
142-
version "0.2.10"
143-
resolved "https://registry.yarnpkg.com/async/-/async-0.2.10.tgz#b6bbe0b0674b9d719708ca38de8c237cb526c3d1"
141+
async@1.x, async@~1.0.0:
142+
version "1.0.0"
143+
resolved "https://registry.yarnpkg.com/async/-/async-1.0.0.tgz#f8fc04ca3a13784ade9e1641af98578cfbd647a9"
144144

145-
async@1.x, async@^1.4.0:
145+
async@^1.4.0:
146146
version "1.5.2"
147147
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
148148

@@ -152,10 +152,6 @@ async@^2.0.1:
152152
dependencies:
153153
lodash "^4.14.0"
154154

155-
async@~1.0.0:
156-
version "1.0.0"
157-
resolved "https://registry.yarnpkg.com/async/-/async-1.0.0.tgz#f8fc04ca3a13784ade9e1641af98578cfbd647a9"
158-
159155
asynckit@^0.4.0:
160156
version "0.4.0"
161157
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
@@ -2923,14 +2919,14 @@ samsam@1.1.2, samsam@~1.1:
29232919
version "1.1.2"
29242920
resolved "https://registry.yarnpkg.com/samsam/-/samsam-1.1.2.tgz#bec11fdc83a9fda063401210e40176c3024d1567"
29252921

2926-
"semver@2 || 3 || 4 || 5", semver@^4.1.0:
2927-
version "4.3.6"
2928-
resolved "https://registry.yarnpkg.com/semver/-/semver-4.3.6.tgz#300bc6e0e86374f7ba61068b5b1ecd57fc6532da"
2929-
2930-
semver@^5.3.0:
2922+
"semver@2 || 3 || 4 || 5", semver@^5.3.0:
29312923
version "5.4.1"
29322924
resolved "https://registry.yarnpkg.com/semver/-/semver-5.4.1.tgz#e059c09d8571f0540823733433505d3a2f00b18e"
29332925

2926+
semver@^4.1.0:
2927+
version "4.3.6"
2928+
resolved "https://registry.yarnpkg.com/semver/-/semver-4.3.6.tgz#300bc6e0e86374f7ba61068b5b1ecd57fc6532da"
2929+
29342930
sequencify@~0.0.7:
29352931
version "0.0.7"
29362932
resolved "https://registry.yarnpkg.com/sequencify/-/sequencify-0.0.7.tgz#90cff19d02e07027fd767f5ead3e7b95d1e7380c"

0 commit comments

Comments
 (0)