dev #10

Merged
sujiba merged 7 commits from dev into main 2024-07-23 00:43:56 +02:00
Showing only changes of commit e5d737f350 - Show all commits

View file

@ -12,7 +12,7 @@ WORKDIR /var/www/html
RUN apt-get update -y && \
apt-get upgrade -y && \
apt-get install -y --no-install-recommends \
apt-get install -y --no-install-recommends && \
libxml2-dev && \
docker-php-ext-install soap && \
apt-get clean -y