mirror of
https://codeberg.org/spire/docker-tf2-server.git
synced 2026-06-03 18:04:11 +02:00
add unzip
This commit is contained in:
parent
28c47be828
commit
e66df023bc
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ maintainer Robin Appelman <robin@icewind.nl>
|
|||
|
||||
RUN apt-get -y update
|
||||
RUN apt-get -y upgrade
|
||||
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install lib32gcc1 wget lib32ncurses5 bzip2
|
||||
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install lib32gcc1 wget lib32ncurses5 bzip2 unzip
|
||||
RUN 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