mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-02-12 01:18:39 +08:00
10 lines
164 B
Docker
10 lines
164 B
Docker
FROM scratch
|
|
|
|
LABEL maintainer="alexschomb"
|
|
|
|
# copy local files
|
|
COPY root/ /
|
|
|
|
# install languages
|
|
RUN chmod +x /install-translations.sh
|
|
CMD /install-translations.sh |