This commit is contained in:
Jack Zampolin
2018-01-22 16:29:25 -08:00
parent 6929de3211
commit 4dd19c4b82
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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 . .