mirror of
https://github.com/ChocoTaco1/docker-tribesnext-server.git
synced 2026-07-13 15:14:34 +00:00
Update Dockerfile
This commit is contained in:
parent
7a4371e826
commit
2e3115b329
1 changed files with 4 additions and 4 deletions
|
|
@ -16,7 +16,7 @@ WORKDIR /tmp
|
||||||
|
|
||||||
|
|
||||||
# Main Game Server Image
|
# Main Game Server Image
|
||||||
FROM i386/ubuntu:disco
|
FROM i386/ubuntu:xenial
|
||||||
LABEL maintainer="sairuk, amineo, chocotaco"
|
LABEL maintainer="sairuk, amineo, chocotaco"
|
||||||
|
|
||||||
# ENVIRONMENT
|
# ENVIRONMENT
|
||||||
|
|
@ -43,7 +43,7 @@ sudo unzip \
|
||||||
# -- logging
|
# -- logging
|
||||||
rsyslog \
|
rsyslog \
|
||||||
# -- utilities
|
# -- utilities
|
||||||
sed less nano vim file wget gnupg2 software-properties-common \
|
sed less nano vim file wget gnupg2 software-properties-common apt-transport-https \
|
||||||
# --- wine
|
# --- wine
|
||||||
#${WINEVER} \
|
#${WINEVER} \
|
||||||
# -- display
|
# -- display
|
||||||
|
|
@ -51,8 +51,8 @@ xvfb
|
||||||
|
|
||||||
RUN wget --no-check-certificate https://dl.winehq.org/wine-builds/winehq.key
|
RUN wget --no-check-certificate https://dl.winehq.org/wine-builds/winehq.key
|
||||||
RUN apt-key add winehq.key
|
RUN apt-key add winehq.key
|
||||||
RUN add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
|
RUN add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main'
|
||||||
RUN add-apt-repository ppa:cybermax-dexter/sdl2-backport
|
#RUN add-apt-repository ppa:cybermax-dexter/sdl2-backport
|
||||||
RUN apt-get -y update && apt-get -y upgrade && apt-get -y install --install-recommends winehq-devel
|
RUN apt-get -y update && apt-get -y upgrade && apt-get -y install --install-recommends winehq-devel
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue