Vadim Surkov před 5 roky
rodič
revize
e8d31388bc
2 změnil soubory, kde provedl 8 přidání a 0 odebrání
  1. 6 0
      centos7/Dockerfile
  2. 2 0
      centos7/README.md

+ 6 - 0
centos7/Dockerfile

@@ -0,0 +1,6 @@
+FROM centos:7.6.1810
+RUN yum install -y epel-release && \
+    yum install -y xorg-x11-server-Xvfb which cabextract p7zip wine && \
+    /bin/sleep 5 && \
+    ln -fs /usr/share/zoneinfo/Europe/Moscow /etc/localtime
+ENV LANG=ru_RU.utf8

+ 2 - 0
centos7/README.md

@@ -0,0 +1,2 @@
+# wine:centos7 #
+