1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-27 09:18:43 +00:00
dockerfiles/ices/Dockerfile

12 lines
164 B
Docker
Raw Permalink Normal View History

2017-03-05 16:40:01 +00:00
#
2017-04-22 08:51:33 +00:00
# Dockerfile for ices
2017-03-05 16:40:01 +00:00
#
2022-06-28 06:42:22 +00:00
FROM alpine:3
MAINTAINER EasyPi Software Foundation
2017-03-05 16:40:01 +00:00
RUN apk add --no-cache ices
2017-03-23 16:00:41 +00:00
COPY data /etc/ices
2017-03-05 16:40:01 +00:00
2017-03-23 16:00:41 +00:00
CMD ["ices", "/etc/ices/ices.xml"]