1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/ices/arm/Dockerfile

12 lines
177 B
Docker
Raw Normal View History

2017-03-05 18:40:01 +02:00
#
# Dockerfile for ices-arm
#
FROM easypi/alpine-arm
MAINTAINER EasyPi Software Foundation
RUN apk add --no-cache ices
2017-03-23 18:00:41 +02:00
COPY data /etc/ices
2017-03-05 18:40:01 +02:00
2017-03-23 18:00:41 +02:00
CMD ["ices", "/etc/ices/ices.xml"]