Skip to content

Commit

Permalink
fu
Browse files Browse the repository at this point in the history
  • Loading branch information
joryirving committed Jan 30, 2024
1 parent fd78d97 commit f2f74e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/tf-runner-bitwarden/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ ARG VERSION

USER root

RUN apk add --no-cache npm
RUN apk add --no-cache npm \
&& npm i -g commander
COPY --from=build --chown=65532:65532 /usr/local/bin/bw /usr/local/bin/bw
COPY --from=terraform --chown=65532:65532 /bin/terraform /usr/local/bin/terraform

Expand Down

0 comments on commit f2f74e1

Please sign in to comment.