mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-24 03:45:38 +08:00
Add bash
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
0 0,12 * * * /src/blockstack/api/search/scripts/search_reindex.sh
|
||||
0,12,24,36,48 * * * * /src/blockstack/api/search/scripts/search_update.sh
|
||||
0 0,12 * * * /bin/bash /src/blockstack/api/search/scripts/search_reindex.sh
|
||||
0,12,24,36,48 * * * * /bin/bash /src/blockstack/api/search/scripts/search_update.sh
|
||||
@@ -4,7 +4,7 @@ WORKDIR /src/blockstack
|
||||
|
||||
# Install dependancies from apt
|
||||
RUN apk update
|
||||
RUN apk add libffi-dev openssl-dev build-base linux-headers musl musl-dev musl-utils gcc python python-dev py-pip lsof curl make
|
||||
RUN apk add libffi-dev openssl-dev build-base linux-headers musl musl-dev musl-utils gcc python python-dev py-pip lsof curl make bash
|
||||
|
||||
# Copy all files from the repo into the container
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user