We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d109ee5 commit 61409e2Copy full SHA for 61409e2
deployment/docker/server/Dockerfile
@@ -91,17 +91,6 @@ RUN apk add --no-cache -U python3-dev build-base openssl-dev libffi-dev cargo &&
91
find ${ANSIBLE_VENV_PATH} -iname __pycache__ | xargs rm -rf && \
92
chown -R semaphore:0 /opt/semaphore
93
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
105
USER 1001
106
107
ENV VIRTUAL_ENV="$ANSIBLE_VENV_PATH"
0 commit comments