Skip to content

Commit

Permalink
⬆️ Update Dockerfile(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdosoftei committed Dec 9, 2023
1 parent 0c053f4 commit 92a21a0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion etc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.1.14-cli-bullseye
FROM php:8.3.0-cli-bookworm

RUN docker-php-ext-install pcntl

Expand Down
2 changes: 1 addition & 1 deletion etc/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.1.14-cli-bullseye
FROM php:8.3.0-cli-bookworm

RUN docker-php-ext-install pcntl

Expand Down
11 changes: 6 additions & 5 deletions etc/Dockerfile.freeswitch
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM rtckit/slimswitch-builder:v1.10.8
FROM rtckit/slimswitch-builder:v1.10.10

# Build with:
#
# docker build -f ./etc/Dockerfile.freeswitch -t rtckit/eqivo-freeswitch-builder:v1.10.8 .
# docker build -f ./etc/Dockerfile.freeswitch -t rtckit/eqivo-freeswitch-builder:v1.10.10 .
#
# Minify with rtckit/slimswitch:
#
Expand Down Expand Up @@ -31,7 +31,8 @@ RUN cd /usr/src/freeswitch* && \
wget https://codeload.github.com/rtckit/mod_amd/tar.gz/d49f81f -O amd.tar.gz && \
tar zfvx amd.tar.gz -C ./src/mod/applications && \
mv ./src/mod/applications/mod_amd-d49f81f ./src/mod/applications/mod_amd && \
sed -i 's#src/mod/applications/mod_mariadb/Makefile#src/mod/applications/mod_mariadb/Makefile\n\t\tsrc/mod/applications/mod_amd/Makefile#' configure.ac && \
./bootstrap.sh -j && ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-debug && \
sed -i 's#src/mod/applications/mod_dptools/Makefile#src/mod/applications/mod_dptools/Makefile\n\t\tsrc/mod/applications/mod_amd/Makefile#' configure.ac && \
./bootstrap.sh -j && ./configure --with-python3 --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-debug && \
echo applications/mod_amd >> ./modules.conf && \
make -j mod_amd && make mod_amd-install
make -j mod_amd && \
make mod_amd-install

0 comments on commit 92a21a0

Please sign in to comment.