Commit 75e554a 1 parent 4d59529 commit 75e554a Copy full SHA for 75e554a
File tree 3 files changed +10
-14
lines changed
3 files changed +10
-14
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Docker Latest
2
2
3
3
on :
4
4
workflow_dispatch :
5
- push :
6
- branches :
7
- - 2.x
5
+ # push:
6
+ # branches:
7
+ # - 2.x
8
8
9
9
jobs :
10
10
build-and-push :
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ name: Docker Release
2
2
3
3
on :
4
4
workflow_dispatch :
5
- release :
6
- types : [ created ]
5
+ # release:
6
+ # types: [ created ]
7
7
8
8
jobs :
9
9
build-and-push :
Original file line number Diff line number Diff line change @@ -8,19 +8,15 @@ ENV DEBIAN_FRONTEND noninteractive
8
8
RUN apt-get update && apt-get upgrade -y && apt-get autoremove -y
9
9
10
10
# requirements
11
- RUN apt-get install -y software-properties-common curl zip unzip gcc
12
-
13
- # nginx
14
- RUN apt-get install -y nginx
15
-
16
- # php
17
- RUN apt-get update \
18
- && apt-get install -y cron gnupg gosu curl ca-certificates zip unzip supervisor libcap2-bin libpng-dev \
19
- dnsutils librsvg2-bin fswatch wget openssh-client \
11
+ RUN apt-get install -y software-properties-common curl zip unzip gcc nginx \
12
+ cron gnupg gosu curl ca-certificates zip unzip supervisor libcap2-bin libpng-dev \
13
+ dnsutils librsvg2-bin fswatch wget openssh-client \
20
14
&& add-apt-repository ppa:ondrej/php -y \
21
15
&& apt-get update \
22
16
&& apt-get install -y php8.2 php8.2-fpm php8.2-mbstring php8.2-mcrypt php8.2-gd php8.2-xml \
23
17
php8.2-curl php8.2-gettext php8.2-zip php8.2-bcmath php8.2-soap php8.2-redis php8.2-sqlite3 php8.2-intl
18
+
19
+ # php
24
20
COPY docker/php.ini /etc/php/8.2/cli/conf.d/99-vito.ini
25
21
26
22
# composer
You can’t perform that action at this time.
0 commit comments