Skip to content

Commit fd85d5a

Browse files
committed
project docker image add bash
Signed-off-by: Kang Huaishuai <[email protected]>
1 parent 1b2c480 commit fd85d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .travis/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY book.json book.json
99
COPY docker-entrypoint.sh /usr/local/bin/
1010

1111
RUN set -x && apk add --no-cache \
12-
tzdata \
12+
tzdata bash \
1313
&& npm install -g gitbook-cli \
1414
&& gitbook install \
1515
&& ln -s /usr/local/bin/docker-entrypoint.sh / \

0 commit comments

Comments
 (0)