mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-06 22:31:18 +00:00
Use the correct Debian image.
This commit is contained in:
parent
c07ad683ca
commit
e34218a880
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM debian:bookworm
|
||||
FROM debian:bullseye
|
||||
|
||||
# Replace shell with bash so we can source files
|
||||
RUN rm /bin/sh && ln -s /bin/bash /bin/sh
|
||||
|
@ -9,7 +9,7 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
|
|||
# Add contrib and backports
|
||||
RUN sed -i /etc/apt/sources.list -e 's/main/main contrib/'
|
||||
|
||||
RUN echo 'deb http://deb.debian.org/debian bookworm-backports main' >> /etc/apt/sources.list
|
||||
RUN echo 'deb http://deb.debian.org/debian bullseye-backports main' >> /etc/apt/sources.list
|
||||
|
||||
# Add 32 bit arch for steam crap
|
||||
RUN dpkg --add-architecture i386
|
||||
|
|
Loading…
Add table
Reference in a new issue