Skip to content

Commit d88b367

Browse files
committed
fix: Remove mariadb-client and move to vim-tiny
Signed-off-by: Julius Knorr <jus@bitgrid.net>
1 parent 06d90c7 commit d88b367

11 files changed

Lines changed: 16 additions & 22 deletions

docker/Dockerfile.php.template

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN wget -q -O - https://packages.blackfire.io/gpg.key | sudo apt-key add - \
3434
RUN apt update && apt-get install -y --no-install-recommends \
3535
git \
3636
curl \
37-
vim \
37+
vim-tiny \
3838
nano \
3939
sudo \
4040
cron \
@@ -47,7 +47,6 @@ RUN apt update && apt-get install -y --no-install-recommends \
4747
jq \
4848
ripgrep \
4949
rsync \
50-
mariadb-client \
5150
blackfire \
5251
&& rm -rf /var/lib/apt/lists/*
5352

docker/Dockerfile.php71

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN wget -q -O - https://packages.blackfire.io/gpg.key | sudo apt-key add - \
3434
RUN apt update && apt-get install -y --no-install-recommends \
3535
git \
3636
curl \
37-
vim \
37+
vim-tiny \
3838
nano \
3939
sudo \
4040
cron \
@@ -47,7 +47,6 @@ RUN apt update && apt-get install -y --no-install-recommends \
4747
jq \
4848
ripgrep \
4949
rsync \
50-
mariadb-client \
5150
blackfire \
5251
&& rm -rf /var/lib/apt/lists/*
5352

docker/Dockerfile.php72

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN wget -q -O - https://packages.blackfire.io/gpg.key | sudo apt-key add - \
3434
RUN apt update && apt-get install -y --no-install-recommends \
3535
git \
3636
curl \
37-
vim \
37+
vim-tiny \
3838
nano \
3939
sudo \
4040
cron \
@@ -47,7 +47,6 @@ RUN apt update && apt-get install -y --no-install-recommends \
4747
jq \
4848
ripgrep \
4949
rsync \
50-
mariadb-client \
5150
blackfire \
5251
&& rm -rf /var/lib/apt/lists/*
5352

docker/Dockerfile.php73

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN wget -q -O - https://packages.blackfire.io/gpg.key | sudo apt-key add - \
3434
RUN apt update && apt-get install -y --no-install-recommends \
3535
git \
3636
curl \
37-
vim \
37+
vim-tiny \
3838
nano \
3939
sudo \
4040
cron \
@@ -47,7 +47,6 @@ RUN apt update && apt-get install -y --no-install-recommends \
4747
jq \
4848
ripgrep \
4949
rsync \
50-
mariadb-client \
5150
blackfire \
5251
&& rm -rf /var/lib/apt/lists/*
5352

docker/Dockerfile.php74

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN wget -q -O - https://packages.blackfire.io/gpg.key | sudo apt-key add - \
3434
RUN apt update && apt-get install -y --no-install-recommends \
3535
git \
3636
curl \
37-
vim \
37+
vim-tiny \
3838
nano \
3939
sudo \
4040
cron \
@@ -47,7 +47,6 @@ RUN apt update && apt-get install -y --no-install-recommends \
4747
jq \
4848
ripgrep \
4949
rsync \
50-
mariadb-client \
5150
blackfire \
5251
&& rm -rf /var/lib/apt/lists/*
5352

docker/Dockerfile.php80

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN wget -q -O - https://packages.blackfire.io/gpg.key | sudo apt-key add - \
3434
RUN apt update && apt-get install -y --no-install-recommends \
3535
git \
3636
curl \
37-
vim \
37+
vim-tiny \
3838
nano \
3939
sudo \
4040
cron \
@@ -47,7 +47,6 @@ RUN apt update && apt-get install -y --no-install-recommends \
4747
jq \
4848
ripgrep \
4949
rsync \
50-
mariadb-client \
5150
blackfire \
5251
&& rm -rf /var/lib/apt/lists/*
5352

docker/Dockerfile.php81

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN wget -q -O - https://packages.blackfire.io/gpg.key | sudo apt-key add - \
3434
RUN apt update && apt-get install -y --no-install-recommends \
3535
git \
3636
curl \
37-
vim \
37+
vim-tiny \
3838
nano \
3939
sudo \
4040
cron \
@@ -47,7 +47,6 @@ RUN apt update && apt-get install -y --no-install-recommends \
4747
jq \
4848
ripgrep \
4949
rsync \
50-
mariadb-client \
5150
blackfire \
5251
&& rm -rf /var/lib/apt/lists/*
5352

docker/nginx/my_proxy.conf

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ proxy_read_timeout 3600;
55
proxy_send_timeout 3600;
66
proxy_connect_timeout 3600;
77

8-
proxy_set_header X-Forwarded-Proto $scheme;
8+
#proxy_http_version 1.1;
9+
#proxy_set_header Upgrade $http_upgrade;
10+
#proxy_set_header Connection "Upgrade";
11+
12+
proxy_set_header X-Forwarded-Proto https;
913
# FIXME: remove this when onlyoffice is fixed https to http proxying
1014
# https://github.com/ONLYOFFICE/DocumentServer/issues/2186
11-
proxy_set_header CloudFront-Forwarded-Proto $scheme;
15+
proxy_set_header CloudFront-Forwarded-Proto $scheme;

docker/php82/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN wget -q -O - https://packages.blackfire.io/gpg.key | sudo apt-key add - \
3434
RUN apt update && apt-get install -y --no-install-recommends \
3535
git \
3636
curl \
37-
vim \
37+
vim-tiny \
3838
nano \
3939
sudo \
4040
cron \
@@ -47,7 +47,6 @@ RUN apt update && apt-get install -y --no-install-recommends \
4747
jq \
4848
ripgrep \
4949
rsync \
50-
mariadb-client \
5150
blackfire \
5251
&& rm -rf /var/lib/apt/lists/*
5352

docker/php83/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN wget -q -O - https://packages.blackfire.io/gpg.key | sudo apt-key add - \
3434
RUN apt update && apt-get install -y --no-install-recommends \
3535
git \
3636
curl \
37-
vim \
37+
vim-tiny \
3838
nano \
3939
sudo \
4040
cron \
@@ -47,7 +47,6 @@ RUN apt update && apt-get install -y --no-install-recommends \
4747
jq \
4848
ripgrep \
4949
rsync \
50-
mariadb-client \
5150
blackfire \
5251
&& rm -rf /var/lib/apt/lists/*
5352

0 commit comments

Comments
 (0)