소스 검색

Add Centos7

Vadim Surkov 5 년 전
부모
커밋
e8d31388bc
2개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  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 #
+