1
0
Fork 0

Compare commits

..

1 Commits

Author SHA1 Message Date
Dustin 2e40cc5f12 ci: Use Dockerfile to define build environment
The basic Jenkins agent does not have the *python3-wheel* package
installed, which is required to fetch the dependencies for this web
application. Thus, a specific environment has to be defined that
includes all of the required tools.
2018-07-26 18:45:15 -05:00
1 changed files with 0 additions and 1 deletions

View File

@ -2,6 +2,5 @@ FROM fedora
RUN dnf install -y \
openssh-clients \
python3-pip \
python3-wheel \
rsync