Skip to content

Commit

Permalink
Docker: Added required packages
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Oct 29, 2019
1 parent 9412b6a commit 33dd698
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .infrastructure/arm.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM balenalib/armv7hf-alpine:3.9

RUN [ "cross-build-start" ]
RUN apk --update add python3 bash perl curl wget grep sed docker sudo mysql-client postgresql-client make git supervisor tzdata
RUN apk --update add python3 bash perl curl wget grep sed docker sudo mysql-client postgresql-client make git supervisor tzdata \
sshpass openssh-client
RUN [ "cross-build-end" ]

ADD . /infracheck
Expand Down
3 changes: 2 additions & 1 deletion .infrastructure/x86_64.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM alpine:3.9

RUN apk --update add python3 bash perl curl wget grep sed docker sudo mysql-client postgresql-client make git supervisor tzdata
RUN apk --update add python3 bash perl curl wget grep sed docker sudo mysql-client postgresql-client make git supervisor tzdata \
sshpass openssh-client
ADD . /infracheck
ADD .git /infracheck/

Expand Down

0 comments on commit 33dd698

Please sign in to comment.