File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 11FROM 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+
37RUN box install fixinator
48
59FROM foundeo/minibox:latest
610
711RUN 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-
1113ENV 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
1315COPY --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
You can’t perform that action at this time.
0 commit comments