project docker image add bash
Signed-off-by: Kang Huaishuai <khs1994@khs1994.com>1.2.0
parent
1b2c480a55
commit
fd85d5a0e5
|
@ -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 / \
|
||||
|
|
Loading…
Reference in New Issue