Dockerfile fix

This commit is contained in:
Peter Šurda 2022-12-19 14:35:20 +08:00
parent e9a4eae2ac
commit ef7996540e
Signed by: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM ubuntu:focal
RUN apt -y update
RUN apt -y install \
RUN apt -yq install \
build-essential rsync git-core subversion mercurial \
build-essential libssl-dev libncurses5-dev unzip \
gawk zlib1g-dev libncursesw5-dev zlib1g-dev gettext \