Skip to content

Commit 8b58eca

Browse files
authored
Download fixinator git changed script
1 parent 1551548 commit 8b58eca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ RUN box install fixinator
44

55
FROM foundeo/minibox:latest
66

7+
RUN mkdir -p /opt/fixinator/
8+
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+
711
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"
812

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

0 commit comments

Comments
 (0)