Skip to content

Commit

Permalink
Install Extension:CodeMirror
Browse files Browse the repository at this point in the history
  • Loading branch information
lexisother committed Jun 5, 2023
1 parent cf9f013 commit e028a95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ RUN wget https://extdist.wmflabs.org/dist/extensions/OpenIDConnect-REL1_39-92b7b
RUN tar -xzf OpenIDConnect-REL1_39-92b7b46.tar.gz
RUN wget https://extdist.wmflabs.org/dist/extensions/NativeSvgHandler-REL1_39-95310ed.tar.gz
RUN tar -xzf NativeSvgHandler-REL1_39-95310ed.tar.gz
RUN wget https://extdist.wmflabs.org/dist/extensions/CodeMirror-REL1_39-e5c63ef.tar.gz
RUN tar -xzf CodeMirror-REL1_39-e5c63ef.tar.gz

COPY oidc-composer.patch .
RUN patch -i oidc-composer.patch OpenIDConnect/composer.json
Expand All @@ -26,6 +28,7 @@ WORKDIR /var/www/html
COPY --from=preparer /tmp/PluggableAuth extensions/PluggableAuth
COPY --from=preparer /tmp/OpenIDConnect extensions/OpenIDConnect
COPY --from=preparer /tmp/NativeSvgHandler extensions/NativeSvgHandler
COPY --from=preparer /tmp/CodeMirror extensions/CodeMirror
COPY composer.local.json .

RUN composer update
Expand Down

0 comments on commit e028a95

Please sign in to comment.