Skip to content

Commit

Permalink
Merge pull request #3 from f213/patch-1
Browse files Browse the repository at this point in the history
Fixed SLACK_URI support
  • Loading branch information
vik-y authored Sep 18, 2022
2 parents 1e27516 + 98462b5 commit 8fdc823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.13.6

MAINTAINER Leonardo Gatica <[email protected]>

RUN apk add --no-cache mongodb-tools=4.2.9-r0 py3-pip python3 && \
RUN apk add --no-cache mongodb-tools=4.2.9-r0 py3-pip python3 curl && \
pip install pymongo awscli && \
mkdir /backup

Expand Down

0 comments on commit 8fdc823

Please sign in to comment.