fix: package new line installation

This commit is contained in:
Alex
2021-11-21 17:48:20 +02:00
parent 2afebbba5a
commit 5b70a19170

View File

@@ -11,7 +11,7 @@ RUN useradd -m -d /home/container -s /bin/bash container
RUN ln -s /home/container/ /nonexistent
ENV USER=container HOME=/home/container
ENV USER=container HOME=/home/container
## Update base packages
RUN apt update \
@@ -20,7 +20,7 @@ RUN apt update \
## Install dependencies
RUN apt install -y gcc g++ libgcc1 lib32gcc-s1 libc++-dev gdb libc6 git wget curl tar zip unzip binutils xz-utils liblzo2-2 cabextract iproute2 net-tools netcat telnet libatomic1 libsdl1.2debian libsdl2-2.0-0 \
libfontconfig libicu67 icu-devtools libunwind8 libssl-dev sqlite3 libsqlite3-dev libmariadbclient-dev-compat libduktape205 locales ffmpeg gnupg2 apt-transport-https software-properties-common ca-certificates \
liblua5.4-0 libz-dev rapidjson-dev tzdata \
liblua5.4-0 libz-dev rapidjson-dev tzdata
## Configure locale
RUN update-locale lang=en_US.UTF-8 \