mirror of
https://codeberg.org/spire/docker-tf2-server.git
synced 2026-06-03 18:04:11 +02:00
add some basic editors to make life easier
This commit is contained in:
parent
5a2d9080eb
commit
ec213aaeb3
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ 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 libstdc++6 libcurl3-gnutls wget libncurses5 bzip2 unzip \
|
||||
&& apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install libstdc++6 libcurl3-gnutls wget libncurses5 bzip2 unzip vim nano \
|
||||
&& 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