1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 17:51:24 +00:00
dockerfiles/ices-arm/Dockerfile

12 lines
177 B
Docker
Raw Normal View History

2017-03-05 16:40:01 +00:00
#
# Dockerfile for ices-arm
#
FROM easypi/alpine-arm
MAINTAINER EasyPi Software Foundation
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"]