Skip to content

Commit 6e080d4

Browse files
Test
1 parent 6fffe6e commit 6e080d4

File tree

4 files changed

+934
-2
lines changed

4 files changed

+934
-2
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
FROM thecodingmachine/php:8.4-v4-apache-node22
22
ENV PHP_EXTENSIONS="mysqli gd pdo_mysql intl imagick imap ldap xdebug msgpack pcov bcmath"
33

4+
USER root
5+
RUN apt-get update && apt-get install -y mariadb-client && rm -rf /var/lib/apt/lists/*
6+
USER docker
7+
48
WORKDIR /simpede
59

.devcontainer/setup.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/bin/bash
2-
sudo apt update -y && sudo apt upgrade -y && sudo apt install -y mariadb-client
32

43
echo --- Copy the environment file ...
54
cp .env.example .env

0 commit comments

Comments
 (0)