system: Linux mars.sprixweb.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
FROM centos:6
USER root
# Get Debian up-to-date
#RUN apt-get update -qq \
# && DEBIAN_FRONTEND=noninteractive apt-get install -y \
# apt-transport-https autoconf bison bsdmainutils ca-certificates curl \
# gcc git gnupg lsb-release make pkg-config re2c wget \
# libpng-dev libjpeg-dev ghostscript libxml2-dev libfreetype6-dev
# Make the default directory you
WORKDIR /var/app
CMD tail -f /var/app/README.md