Skip to content

Commit

Permalink
Update download of git changed script
Browse files Browse the repository at this point in the history
  • Loading branch information
pfreitag authored May 23, 2022
1 parent 8b58eca commit cca82eb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
FROM foundeo/minibox:latest AS build

RUN apk add curl

RUN curl --location -o /tmp/fixinator-git-changed.cfc https://github.com/foundeo/fixinator-git-changed/raw/main/fixinator-git-changed.cfc

RUN box install fixinator

FROM foundeo/minibox:latest

RUN mkdir -p /opt/fixinator/

RUN curl --location -o /opt/fixinator/fixinator-git-changed.cfc https://github.com/foundeo/fixinator-git-changed/raw/main/fixinator-git-changed.cfc

ENV LUCEE_EXTENSIONS="$LUCEE_EXTENSIONS,37C61C0A-5D7E-4256-8572639BE0CF5838;name=ESAPI extension;version=2.1.0.18,66E312DD-D083-27C0-64189D16753FD6F0;name=PDF Extension;version=1.1.0.7"

COPY --from=build /root/.CommandBox/cfml/modules /root/.CommandBox/cfml/modules

COPY --from=build /tmp/fixinator-git-changed.cfc /opt/fixinator/fixinator-git-changed.cfc

0 comments on commit cca82eb

Please sign in to comment.