php-fpm debian image
This commit is contained in:
6
.project
6
.project
@@ -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>
|
||||||
|
|||||||
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user