This commit is contained in:
parent
bf121a1ce7
commit
00475b5133
|
|
@ -1,4 +1,4 @@
|
|||
FROM ubuntu:24.10
|
||||
FROM ubuntu:24.04
|
||||
COPY ./scripts/* /home/
|
||||
ENV PHP_IDE_CONFIG='serverName=php'
|
||||
RUN sh /home/install_ubuntu.sh
|
||||
|
|
@ -1,11 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
sed -i -r 's/([a-z]{2}.)?archive.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
|
||||
sed -i -r 's/security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
|
||||
apt update
|
||||
DEBIAN_FRONTEND=noninteractive apt -y install tzdata
|
||||
apt install php-cli \
|
||||
php-redis \
|
||||
DEBIAN_FRONTEND=noninteractive apt -y install php-cli
|
||||
DEBIAN_FRONTEND=noninteractive apt -y install php-redis \
|
||||
php-luasandbox \
|
||||
php-fpm \
|
||||
php-common \
|
||||
|
|
|
|||
Loading…
Reference in New Issue