Skip to content
This repository has been archived by the owner on Jun 29, 2021. It is now read-only.

Commit

Permalink
add rsync and some more envs
Browse files Browse the repository at this point in the history
  • Loading branch information
biskyt committed Apr 28, 2020
1 parent 77c2cb1 commit f1c4347
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions base-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone \
mariadb-client \
nano \
pv \
rsync \
ssh \
unzip \
xfonts-75dpi \
Expand Down
1 change: 1 addition & 0 deletions base-apache/Dockerfile.php7
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone \
mariadb-client \
nano \
pv \
rsync \
ssh \
unzip \
xfonts-75dpi \
Expand Down
1 change: 1 addition & 0 deletions base-apache/Dockerfile.php7.3
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone \
mariadb-client \
nano \
pv \
rsync \
ssh \
unzip \
xfonts-75dpi \
Expand Down
2 changes: 2 additions & 0 deletions base-apache/Dockerfile.xenial
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone \
libreoffice-writer \
mariadb-client \
nano \
pv \
rysnc \
ssh \
unzip \
xfonts-75dpi \
Expand Down
2 changes: 2 additions & 0 deletions web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ ENV MYSQL_ROOT_PASSWORD=""
ENV MYSQL_SUPER_USER="root"

ENV OE_DOCMAN_EXPORT_DIRECTORY=""
ENV OE_DOCMAN_PASSWORD=""
ENV OE_DOCMAN_USER=""
ENV OE_MODE="DEV"
ENV OE_FORCE_MIGRATE="FALSE"
ENV OE_INSTITUTION_CODE=""
Expand Down
2 changes: 2 additions & 0 deletions web/Dockerfile.allin1
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ ENV MYSQL_ROOT_PASSWORD=""
ENV MYSQL_SUPER_USER="root"

ENV OE_DOCMAN_EXPORT_DIRECTORY=""
ENV OE_DOCMAN_PASSWORD=""
ENV OE_DOCMAN_USER=""
ENV OE_MODE="DEV"
ENV OE_FORCE_MIGRATE="FALSE"
ENV OE_INSTITUTION_CODE=""
Expand Down
2 changes: 2 additions & 0 deletions web/Dockerfile.allin1.php7
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ ENV MYSQL_ROOT_PASSWORD=""
ENV MYSQL_SUPER_USER="root"

ENV OE_DOCMAN_EXPORT_DIRECTORY=""
ENV OE_DOCMAN_PASSWORD=""
ENV OE_DOCMAN_USER=""
ENV OE_MODE="DEV"
ENV OE_FORCE_MIGRATE="FALSE"
ENV OE_INSTITUTION_CODE=""
Expand Down
2 changes: 2 additions & 0 deletions web/Dockerfile.php7
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ ENV MYSQL_ROOT_PASSWORD=""
ENV MYSQL_SUPER_USER="root"

ENV OE_DOCMAN_EXPORT_DIRECTORY=""
ENV OE_DOCMAN_PASSWORD=""
ENV OE_DOCMAN_USER=""
ENV OE_MODE="DEV"
ENV OE_FORCE_MIGRATE="FALSE"
ENV OE_INSTITUTION_CODE=""
Expand Down
2 changes: 2 additions & 0 deletions web/Dockerfile.php7.3
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ ENV MYSQL_ROOT_PASSWORD=""
ENV MYSQL_SUPER_USER="root"

ENV OE_DOCMAN_EXPORT_DIRECTORY=""
ENV OE_DOCMAN_PASSWORD=""
ENV OE_DOCMAN_USER=""
ENV OE_MODE="DEV"
ENV OE_FORCE_MIGRATE="FALSE"
ENV OE_INSTITUTION_CODE=""
Expand Down

0 comments on commit f1c4347

Please sign in to comment.