ehfd 4 年之前
父节点
当前提交
588a466e6b
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      Dockerfile

+ 3 - 3
Dockerfile

@@ -36,12 +36,12 @@ RUN dpkg --add-architecture i386 && \
         libc6:i386 \
         libelf-dev \
         libglvnd-dev \
-        pkg-config && \
+        pkg-config \
+        software-properties-common && \
     rm -rf /var/lib/apt/lists/*
 
 # Install X server and desktop before driver
-RUN apt-get update && apt-get install -y software-properties-common
-RUN apt-get install -y \
+RUN apt-get update && apt-get install -y \
         wget \
         gzip \
         zip \