Files

5 lines
167 B
Plaintext
Raw Permalink Normal View History

2021-09-26 01:13:04 +03:00
FROM ubuntu:17.10
RUN apt-get -qq update -y
RUN apt-get -qq install -y reprepro rpm createrepo gnupg rsync perl less wget expect rsync dpkg-dev
RUN apt-get upgrade -y