Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
smortexa authored Jan 18, 2024
1 parent c511299 commit 1532cd6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions FrankenPHP.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ RUN apt-get update; \
libmcrypt-dev \
libldap2-dev \
libonig-dev \
libreadline-dev \
libsodium-dev \
libsqlite3-dev \
libmagickwand-dev \
libzip-dev zip unzip \
libargon2-1 \
Expand Down Expand Up @@ -192,6 +195,9 @@ RUN chmod +x /usr/local/bin/start-container frankenphp
RUN cat deployment/utilities.sh >> ~/.bashrc

EXPOSE 80
EXPOSE 443
EXPOSE 443/udp
EXPOSE 2019

ENTRYPOINT ["start-container"]

Expand Down
3 changes: 3 additions & 0 deletions RoadRunner.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ RUN apt-get update; \
libmcrypt-dev \
libldap2-dev \
libonig-dev \
libreadline-dev \
libsodium-dev \
libsqlite3-dev \
libmagickwand-dev \
libzip-dev zip unzip \
libargon2-1 \
Expand Down
3 changes: 3 additions & 0 deletions Swoole.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ RUN apt-get update; \
libmcrypt-dev \
libldap2-dev \
libonig-dev \
libreadline-dev \
libsodium-dev \
libsqlite3-dev \
libmagickwand-dev \
libzip-dev zip unzip \
libargon2-1 \
Expand Down

0 comments on commit 1532cd6

Please sign in to comment.