php-fpm debian image

This commit is contained in:
2022-03-13 12:53:19 +01:00
parent ae30b7dc0b
commit 4b4f0055cc
2 changed files with 6 additions and 1 deletions

View File

@@ -5,6 +5,11 @@
<projects> <projects>
</projects> </projects>
<buildSpec> <buildSpec>
<buildCommand>
<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand> <buildCommand>
<name>org.python.pydev.PyDevBuilder</name> <name>org.python.pydev.PyDevBuilder</name>
<arguments> <arguments>
@@ -13,5 +18,6 @@
</buildSpec> </buildSpec>
<natures> <natures>
<nature>org.python.pydev.pythonNature</nature> <nature>org.python.pydev.pythonNature</nature>
<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
</natures> </natures>
</projectDescription> </projectDescription>

View File

@@ -6,7 +6,6 @@ ENV DEBIAN_FRONTEND noninteractive
RUN set -ex; \ RUN set -ex; \
apt-get update -q; \ apt-get update -q; \
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
php-fpm \
bzip2 \ bzip2 \
default-mysql-client \ default-mysql-client \
cron \ cron \