Skip to content

Commit 61409e2

Browse files
committed
ci: fix docker file
1 parent d109ee5 commit 61409e2

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

deployment/docker/server/Dockerfile

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -91,17 +91,6 @@ RUN apk add --no-cache -U python3-dev build-base openssl-dev libffi-dev cargo &&
9191
find ${ANSIBLE_VENV_PATH} -iname __pycache__ | xargs rm -rf && \
9292
chown -R semaphore:0 /opt/semaphore
9393

94-
95-
RUN if [ "$TARGETARCH" = "amd64" ]; then \
96-
export PULUMI_ARCH="x64"; \
97-
else \
98-
export PULUMI_ARCH="${TARGETARCH}"; \
99-
fi && \
100-
wget -O pulumi.tar.gz https://github.com/pulumi/pulumi/releases/download/v${PULUMI_VERSION}/pulumi-v${PULUMI_VERSION}-linux-${PULUMI_ARCH}.tar.gz
101-
RUN tar xf pulumi.tar.gz --strip-components=1 -C /usr/local/bin
102-
RUN rm pulumi.tar.gz
103-
104-
10594
USER 1001
10695

10796
ENV VIRTUAL_ENV="$ANSIBLE_VENV_PATH"

0 commit comments

Comments
 (0)