Skip to content

Commit

Permalink
Merge pull request #165 from parkervcp/fivem
Browse files Browse the repository at this point in the history
OS_Debian: add libstdc++6
  • Loading branch information
parkervcp authored Jul 3, 2023
2 parents 8e12f8c + 45dd8d9 commit ca3935f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oses/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN apt update \
## Install dependencies
RUN apt install -y gcc g++ libgcc1 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.3-0 libz-dev rapidjson-dev tzdata libevent-dev libzip4 libprotobuf23 libfluidsynth2 procps
liblua5.3-0 libz-dev rapidjson-dev tzdata libevent-dev libzip4 libprotobuf23 libfluidsynth2 procps libstdc++6

## Configure locale
RUN update-locale lang=en_US.UTF-8 \
Expand Down

0 comments on commit ca3935f

Please sign in to comment.