docker-images/pluie/alpine/Dockerfile

15 lines
260 B
Docker
Raw Normal View History

2016-07-29 11:51:56 +00:00
FROM alpine:3.4
2016-07-25 00:28:26 +00:00
MAINTAINER a-Sansara https://github.com/a-sansara
ADD files.tar /scripts
RUN apk --update add bash && bash /scripts/install.sh
2016-07-29 11:51:56 +00:00
ENV TERM=xterm \
SHENV_CTX=LOCAL \
SHENV_NAME=Alpine \
SHENV_COLOR=97
2016-07-25 00:28:26 +00:00
ENTRYPOINT ["/scripts/main.sh"]