Files
gsmolandGitHub 4a7db4cf5e built-in package infrastructure (#418)
[PR #418] built-in package infrastructure
2021-09-26 01:13:04 +03:00

5 lines
167 B
Plaintext

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