Skip to content

Commit

Permalink
add a TODO/FIXME for the composer issue
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Feb 22, 2024
1 parent b31c471 commit e72c191
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ WORKDIR /data
# Install/cleanup composer dependencies
COPY composer.json /data/
COPY composer.lock /data/
# Disabled the self-update due to a breaking change between composer 2.6.6 and 2.7.1 that affects the loading
# of the simplesamlphp/simplesamlphp/modules folder. The Docker build fails on the sildisco/sspoverrides line.
# TODO/FIXME: Disabled the self-update due to a breaking change between composer 2.6.6 and 2.7.1 that affects the
# loading of the simplesamlphp/simplesamlphp/modules folder. The Docker build fails on the sildisco/sspoverrides line.
# It is not well understood what changed in composer, but since the overrides will need to be redesigned during
# the SimpleSAMLphp 2.x upgrade, this issue is deferred until then.
#RUN composer self-update --no-interaction
Expand Down

0 comments on commit e72c191

Please sign in to comment.