forked from drone-plugins/drone-ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ LABEL maintainer="Drone.IO Community <[email protected]>" \ | |
org.label-schema.vendor="Drone.IO Community" \ | ||
org.label-schema.schema-version="1.0" | ||
|
||
RUN apk add --no-cache automake libc-dev gcc bash git autoconf libtool jq curl rsync openssh-client sshpass py3-pip py3-requests py3-paramiko python3-dev libffi-dev libressl-dev libressl build-base && \ | ||
RUN apk add --no-cache automake libc-dev gcc bash git autoconf libtool jq curl rsync openssh-client sshpass py3-pip py3-requests py3-paramiko python3-dev libffi-dev libressl-dev libressl lxc-dev build-base && \ | ||
pip3 install -U pip && \ | ||
pip3 install ansible==2.10.0 boto3==1.13.10 | ||
|
||
|