riju/docker/lang/Dockerfile

9 lines
95 B
Docker

FROM riju:base
ARG LANG
COPY docker/lang/install.bash /tmp/
RUN /tmp/install.bash
USER riju