Skip to content

Commit

Permalink
fix: switch default sh to bash (DIYgod#3813)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoilc authored Feb 1, 2020
1 parent 4410a1c commit e8242c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ ENV TZ Asia/Shanghai
ARG USE_CHINA_NPM_REGISTRY=0;
ARG PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=1;

RUN ln -sf /bin/bash /bin/sh

RUN apt-get update && apt-get install -yq libgconf-2-4 apt-transport-https git dumb-init --no-install-recommends && apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit e8242c9

Please sign in to comment.