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
2018-03-20 22:00:47 +11:00

16 lines
235 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 \
--nogpgcheck \
&& yum clean all