forked from Sysdeploy/openwrt
Dockerfile fix
This commit is contained in:
parent
9ec6205f3f
commit
d4cce2d324
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user