Skip to content

Commit

Permalink
Merge pull request #23 from kbase/add-w8s4-script
Browse files Browse the repository at this point in the history
Adding w8s4 script.
  • Loading branch information
jsfillman authored Feb 1, 2022
2 parents 434fc6e + 6647230 commit fdf49bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ RUN \
RUN \
cd /usr/local/bin; \
wget -q https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh; \
chmod +x /usr/local/bin/wait-for-it.sh
wget -q https://raw.githubusercontent.com/kbase-infra/w8s4/main/w8s4; \
chmod +x /usr/local/bin/wait-for-it.sh /usr/local/bin/w8s4

# Install minio mc admin utility
RUN \
Expand Down

0 comments on commit fdf49bc

Please sign in to comment.