Skip to content

Commit cca82eb

Browse files
authored
Update download of git changed script
1 parent 8b58eca commit cca82eb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Dockerfile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
FROM foundeo/minibox:latest AS build
22

3+
RUN apk add curl
4+
5+
RUN curl --location -o /tmp/fixinator-git-changed.cfc https://github.com/foundeo/fixinator-git-changed/raw/main/fixinator-git-changed.cfc
6+
37
RUN box install fixinator
48

59
FROM foundeo/minibox:latest
610

711
RUN mkdir -p /opt/fixinator/
812

9-
RUN curl --location -o /opt/fixinator/fixinator-git-changed.cfc https://github.com/foundeo/fixinator-git-changed/raw/main/fixinator-git-changed.cfc
10-
1113
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"
1214

1315
COPY --from=build /root/.CommandBox/cfml/modules /root/.CommandBox/cfml/modules
16+
17+
COPY --from=build /tmp/fixinator-git-changed.cfc /opt/fixinator/fixinator-git-changed.cfc

0 commit comments

Comments
 (0)