Skip to content

Commit

Permalink
Merge pull request #15 from aservo/azure-pipelines-compatibility
Browse files Browse the repository at this point in the history
Make image compatible with Azure DevOps pipelines
  • Loading branch information
pathob authored Dec 5, 2023
2 parents b834e69 + 1a91e79 commit 2f3b243
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,13 @@ RUN apk add --no-cache \
libffi-dev \
make \
musl-dev \
nodejs \
openssl-dev \
postgresql \
py3-pip \
python3-dev
python3-dev \
shadow \
sudo

ARG AZ_VERSION

Expand All @@ -51,6 +54,10 @@ RUN wget "https://github.com/gruntwork-io/terragrunt/releases/download/v${TERRAG

USER ${USER}

## Set label for Azure DevOps Pipelines

LABEL "com.azure.dev.pipelines.agent.handler.node.path"="/usr/bin/node"

## Adjust WORKDIR and remove ENTRYPOINT FROM base image

WORKDIR ${HOME}
Expand Down

0 comments on commit 2f3b243

Please sign in to comment.