File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ COPY . /go/src/semaphore
12
12
13
13
RUN --mount=type=cache,target=/go/pkg \
14
14
go mod download -x
15
-
15
+
16
16
ARG APP_BUILD_TYPE
17
17
ARG TARGETOS
18
18
ARG TARGETARCH
@@ -86,7 +86,7 @@ RUN apk add --no-cache -U python3-dev build-base openssl-dev libffi-dev cargo &&
86
86
mkdir -p ${ANSIBLE_VENV_PATH} && \
87
87
python3 -m venv ${ANSIBLE_VENV_PATH} --system-site-packages && \
88
88
source ${ANSIBLE_VENV_PATH}/bin/activate && \
89
- pip3 install --upgrade pip ansible==${ANSIBLE_VERSION} boto3 botocore requests pywinrm && \
89
+ pip3 install --upgrade pip ansible==${ANSIBLE_VERSION} boto3 botocore requests pywinrm passlib && \
90
90
apk del python3-dev build-base openssl-dev libffi-dev cargo && \
91
91
rm -rf /var/cache/apk/* && \
92
92
find ${ANSIBLE_VENV_PATH} -iname __pycache__ | xargs rm -rf && \
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ RUN apk add --no-cache -U python3-dev build-base openssl-dev libffi-dev cargo &&
88
88
mkdir -p ${ANSIBLE_VENV_PATH} && \
89
89
python3 -m venv ${ANSIBLE_VENV_PATH} --system-site-packages && \
90
90
source ${ANSIBLE_VENV_PATH}/bin/activate && \
91
- pip3 install --upgrade pip ansible==${ANSIBLE_VERSION} boto3 botocore requests pywinrm && \
91
+ pip3 install --upgrade pip ansible==${ANSIBLE_VERSION} boto3 botocore requests pywinrm passlib && \
92
92
apk del python3-dev build-base openssl-dev libffi-dev cargo && \
93
93
rm -rf /var/cache/apk/* && \
94
94
find ${ANSIBLE_VENV_PATH} -iname __pycache__ | xargs rm -rf && \
You can’t perform that action at this time.
0 commit comments