Sha256: 7d0f978302a58a2fa71fe5e1f10d94299cf3e462d145cf7b68777349d3d20310
Contents?: true
Size: 415 Bytes
Versions: 7
Compression:
Stored size: 415 Bytes
Contents
ARG SMARTMACHINE_VERSION FROM smartmachine/smartengine:$SMARTMACHINE_VERSION LABEL maintainer="plainsource <plainsource@humanmind.me>" # FCGI Essentials RUN apt-get update && \ apt-get install -y --no-install-recommends \ fcgiwrap \ coreutils \ util-linux \ git \ git-daemon-run \ spawn-fcgi && \ rm -rf /var/lib/apt/lists/* CMD ["spawn-fcgi", "-n", "-p", "9000", "--", "/usr/sbin/fcgiwrap", "-f"]
Version data entries
7 entries across 7 versions & 1 rubygems