Dockerfile fix

This commit is contained in:
Peter Šurda 2022-12-19 15:01:47 +08:00
parent 9ec6205f3f
commit d4cce2d324
Signed by: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
FROM ubuntu:focal
RUN apt -y update
RUN apt -yq install \
RUN DEBIAN_FRONTEND=noninteractive TZ=UTC \
apt -yq install \
build-essential rsync git-core subversion mercurial libssl-dev \
libncurses5-dev unzip gawk zlib1g-dev libncursesw5-dev zlib1g-dev \
gettext xsltproc wget unzip python