Skip to content

Commit

Permalink
Merge pull request #4 from coopTilleuls/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ThomasSamson authored Jan 17, 2024
2 parents f8143e4 + 49a2f44 commit 117ec9a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 11 additions & 2 deletions 3.0-custom/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/do

# install extra packages
RUN apt-get update \
&& apt-get install -y \
&& apt-get install -y --no-install-recommends \
graphviz \
mariadb-client \
unzip \
Expand All @@ -23,6 +23,15 @@ RUN apt-get update \
linux-libc-dev \
openssl \
apache2 \
libc-bin \
liblua5.3-0 \
libncurses6 \
libncursesw6 \
libnghttp2-14 \
libtinfo6 \
ncurses-base \
ncurses-bin \
libc-dev-bin \
&& chmod uga+x /usr/local/bin/install-php-extensions \
&& install-php-extensions \
apcu \
Expand All @@ -49,7 +58,7 @@ RUN chown -R www-data: /var/www/html/conf
# Add Apache conf
ADD ./apache2.conf /etc/apache2/sites-available/000-default.conf
ADD ./ports.conf /etc/apache2/ports.conf

ADD ./robots.txt /var/www/html/robots.txt
# Add crontab config
ADD ./itop-background-task.cron /var/www/html/
#Configure the crontab
Expand Down
2 changes: 2 additions & 0 deletions 3.0-custom/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-agent: *
Disallow: /

0 comments on commit 117ec9a

Please sign in to comment.