mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-24 07:23:38 +00:00
project docker image add bash
Signed-off-by: Kang Huaishuai <khs1994@khs1994.com>
This commit is contained in:
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
Block a user