project docker image add bash

Signed-off-by: Kang Huaishuai <khs1994@khs1994.com>
1.2.0
Kang Huaishuai 2020-10-14 00:40:07 +08:00
parent 1b2c480a55
commit fd85d5a0e5
No known key found for this signature in database
GPG Key ID: 5E515022F565DA09
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ COPY book.json book.json
COPY docker-entrypoint.sh /usr/local/bin/
RUN set -x && apk add --no-cache \
tzdata \
tzdata bash \
&& npm install -g gitbook-cli \
&& gitbook install \
&& ln -s /usr/local/bin/docker-entrypoint.sh / \