Skip to content

Commit

Permalink
Fix "Unable to locate package" error
Browse files Browse the repository at this point in the history
  • Loading branch information
sma11black committed Sep 3, 2020
1 parent 30f61f8 commit 9ee7e16
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 @@ -8,7 +8,8 @@ LABEL maintainer="sma11black <[email protected]>"
COPY entrypoint.sh /entrypoint.sh
COPY sync_deploy_history.js /sync_deploy_history.js

RUN apt install -y git openssh-client > /dev/null ; \
RUN apt-get update && \
apt-get install -y git openssh-client > /dev/null ; \
chmod +x /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 9ee7e16

Please sign in to comment.