mirror of
https://codeberg.org/spire/docker-tf2-server.git
synced 2026-06-03 18:04:11 +02:00
use 32bit ubuntu base
This commit is contained in:
parent
59664088db
commit
232fd2d743
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
from debian:jessie
|
||||
from 32bit/ubuntu:16.04
|
||||
maintainer Robin Appelman <robin@icewind.nl>
|
||||
|
||||
RUN apt-get -y update \
|
||||
&& apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install lib32gcc1 wget lib32ncurses5 bzip2 unzip \
|
||||
&& apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install libstdc++6 wget libncurses5 bzip2 unzip \
|
||||
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
|
||||
ENV USER tf2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue