Skip to content

Commit

Permalink
use bullseye, remove stuff from bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
vilhelmprytz committed Jan 6, 2024
1 parent 2834841 commit ae05356
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker-images/debian-bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ ENV HOME /server

RUN apt update && apt upgrade -y

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 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
RUN apt install -y git wget curl tar zip unzip binutils iproute2 net-tools telnet

RUN update-locale lang=en_US.UTF-8 && dpkg-reconfigure --frontend noninteractive locales

RUN set -x && apt-get update && apt-get upgrade -y && dpkg --add-architecture i386 && apt-get update && apt-get install -y lib32z1 && apt-get clean autoclean && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* && useradd -d /server container
RUN set -x && apt-get update && apt-get upgrade -y && apt-get clean autoclean && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* && useradd -d /server container

WORKDIR ${HOME}
4 changes: 2 additions & 2 deletions images/other/multi-theft-auto.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"uid": "multi-theft-auto",
"name": "Multi Theft Auto",
"author": "[email protected]",
"docker_image": "wilfreddev/debian:bookworm",
"docker_image": "wilfreddev/debian:bullseye",
"command": "./mta-server64",
"default_port": "22003",
"user": "container",
Expand All @@ -15,7 +15,7 @@
"files": []
},
"installation": {
"docker_image": "wilfreddev/debian:bookworm",
"docker_image": "wilfreddev/debian:bullseye",
"shell": "/bin/bash",
"script": [
"apt update -y",
Expand Down

0 comments on commit ae05356

Please sign in to comment.