1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-24 05:17:06 +02:00
dockerfiles/ices/Dockerfile

12 lines
164 B
Docker
Raw Normal View History

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