mirror of
https://github.com/pterodactyl/development.git
synced 2026-04-18 19:34:50 -05:00
This would help
This commit is contained in:
@@ -8,7 +8,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
|
||||
|
||||
RUN apt -y update \
|
||||
&& apt -y upgrade \
|
||||
&& apt -y --no-install-recommends install software-properties-common sudo openssh-server locales curl \
|
||||
&& apt -y --no-install-recommends install software-properties-common sudo openssh-server locales curl iproute2 \
|
||||
&& sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen \
|
||||
&& locale-gen
|
||||
|
||||
|
||||
Reference in New Issue
Block a user