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
2017-11-29 15:22:28 +11:00

15 lines
219 B
Docker

# 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 \
&& yum clean all