This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
ci-tsm/Dockerfile

16 lines
235 B
Docker
Raw Permalink Normal View History

2017-11-29 04:22:28 +00:00
# NAME leenooks/ci-tsm
# VERSION 7-8.1
# BUILD docker build ..
FROM registry.leenooks.net/leenooks/base:7
RUN yum install -y \
make \
openssl-devel \
gcc \
rpm-build \
rpm-sign \
TIVsm-API64 \
2018-03-20 11:00:47 +00:00
--nogpgcheck \
2017-11-29 04:22:28 +00:00
&& yum clean all