Skip to content

Commit

Permalink
Fix nightly build for GLPI 11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed May 27, 2024
1 parent c9ed461 commit b39bb63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion glpi-nightly/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ RUN \
RUN echo "memory_limit = 512M" >> /usr/local/etc/php/conf.d/docker-php-memory.ini

# Copy GLPI source.
COPY ./sources /usr/src/glpi
COPY --chown=www-data:www-data ./sources /usr/src/glpi

# Build GLPI app
USER www-data
RUN /usr/src/glpi/tools/build_glpi.sh


Expand Down

0 comments on commit b39bb63

Please sign in to comment.