Skip to content

Commit

Permalink
Update Dockerfile.linux.amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
ericm authored Jan 7, 2021
1 parent 9debeb2 commit 9d356e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.linux.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9d356e3

Please sign in to comment.