updated devcontainer
This commit is contained in:
parent
1d78dcc6ca
commit
1230bda4fe
@ -1,12 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "Fotobox",
|
"name": "Fotobox",
|
||||||
"build": {
|
"image": "mcr.microsoft.com/devcontainers/base:trixie",
|
||||||
"dockerfile": "../Dockerfile",
|
|
||||||
"context": ".."
|
"postCreateCommand": "sudo sh docker/init.sh",
|
||||||
},
|
|
||||||
"workspaceFolder": "/workspace/fotobox",
|
|
||||||
"workspaceMount": "source=${localWorkspaceFolder},target=/workspace/fotobox,type=bind",
|
|
||||||
"postCreateCommand": "sh docker/init.sh",
|
|
||||||
"forwardPorts": [8000],
|
"forwardPorts": [8000],
|
||||||
"portsAttributes": {
|
"portsAttributes": {
|
||||||
"8000": {
|
"8000": {
|
||||||
|
|||||||
@ -13,7 +13,7 @@ ${SUDO} sh -c 'echo "deb [signed-by=/usr/share/keyrings/debsuryorg-archive-keyri
|
|||||||
${SUDO} apt-get update
|
${SUDO} apt-get update
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get -y install php8.5 php8.5-cli php8.5-zip php8.5-sqlite3 php8.5-xml php8.5-pgsql php8.5-bcmath php8.5-intl php8.5-mbstring sqlite3
|
apt-get -y install php8.5 php8.5-cli php8.5-zip php8.5-sqlite3 php8.5-xml php8.5-pgsql php8.5-bcmath php8.5-intl php8.5-mbstring sqlite3 composer npm
|
||||||
curl -fsSL -o gmic.deb "https://gmic.eu/get_file.php?file=linux/gmic_3.7.6_debian13_trixie_amd64.deb"
|
curl -fsSL -o gmic.deb "https://gmic.eu/get_file.php?file=linux/gmic_3.7.6_debian13_trixie_amd64.deb"
|
||||||
apt-get -y install ./gmic.deb
|
apt-get -y install ./gmic.deb
|
||||||
rm gmic.deb
|
rm gmic.deb
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user