This repository has been archived by the owner on Sep 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 745
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
729ad2c
commit 6b58685
Showing
3,926 changed files
with
31,489 additions
and
62,591 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM debian:11 | ||
FROM debian:bullseye | ||
|
||
MAINTAINER [email protected] | ||
|
||
|
@@ -24,8 +24,8 @@ RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources | |
|
||
RUN apt-get update | ||
RUN apt-get install -y --no-install-recommends mariadb-server mariadb-client | ||
RUN apt-get install -y --no-install-recommends nginx nginx-extras zip unzip cron nodejs npm yarn mc htop openssh-server git | ||
RUN apt-get install -y --no-install-recommends php${PHP_VER}-fpm php${PHP_VER}-mysql php${PHP_VER}-curl php${PHP_VER}-intl php${PHP_VER}-gd php${PHP_VER}-bcmath php${PHP_VER}-soap php${PHP_VER}-ldap php${PHP_VER}-imap php${PHP_VER}-xml php${PHP_VER}-cli php${PHP_VER}-zip php${PHP_VER}-json php${PHP_VER}-opcache php${PHP_VER}-mbstring php${PHP_VER}-apcu php${PHP_VER}-imagick | ||
RUN apt-get install -y --no-install-recommends nginx nginx-extras "php${PHP_VER}"-fpm "php${PHP_VER}"-mysql "php${PHP_VER}"-curl "php${PHP_VER}"-intl "php${PHP_VER}"-gd "php${PHP_VER}"-fpm "php${PHP_VER}"-bcmath "php${PHP_VER}"-soap "php${PHP_VER}"-ldap "php${PHP_VER}"-imap "php${PHP_VER}"-xml "php${PHP_VER}"-cli "php${PHP_VER}"-zip "php${PHP_VER}"-json "php${PHP_VER}"-opcache "php${PHP_VER}"-mbstring "php${PHP_VER}"-imagick "php${PHP_VER}"-apcu zip unzip cron nodejs npm yarn | ||
RUN apt-get install -y --no-install-recommends mc htop openssh-server git | ||
RUN apt-get -y autoclean | ||
|
||
# RUN apt-cache search php | ||
|
@@ -43,7 +43,7 @@ COPY ./tests/setup/docker_entrypoint.sh / | |
RUN rm /var/www/html/.user.ini | ||
RUN rm /var/www/html/public_html/.user.ini | ||
|
||
RUN service mariadb start; \ | ||
RUN service mysql start; \ | ||
mysql -uroot mysql; \ | ||
mysqladmin password "$DB_ROOT_PASS"; \ | ||
#echo "ALTER USER 'root'@'localhost' IDENTIFIED BY '$DB_ROOT_PASS';" | mysql --user=root; \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
YetiForce Public License 5.0 | ||
YetiForce Public License 6.5 | ||
Producer: YetiForce S.A., PL1180002425 | ||
Email: [email protected] (registration of the Software) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.