Commit 694ad3d6 authored by Li Mi's avatar Li Mi

Mordhau变更包名

unturn语法错误修复
parent 09dea0bb
...@@ -19,7 +19,7 @@ RUN set -x && \ ...@@ -19,7 +19,7 @@ RUN set -x && \
libfontconfig1 \ libfontconfig1 \
libpangocairo-1.0-0 \ libpangocairo-1.0-0 \
libnss3 \ libnss3 \
libgconf2-4 \ libgconf-2-4 \
libxi6 \ libxi6 \
libxcursor1 \ libxcursor1 \
libxss1 \ libxss1 \
......
...@@ -10,7 +10,7 @@ ENV DEBIAN_FRONTEND=noninteractive ...@@ -10,7 +10,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN set -x && \ RUN set -x && \
# 安装基本组件 # 安装基本组件
dpkg --add-architecture i386 && \ dpkg --add-architecture i386 && \
apt update \ apt update && \
apt install -y --no-install-recommends --no-install-suggests \ apt install -y --no-install-recommends --no-install-suggests \
curl \ curl \
wget \ wget \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment