forked from images/gitea-image-forge
8 lines
157 B
Docker
8 lines
157 B
Docker
FROM {{ registry }}{{ alt_image }}:{{ branch }}
|
|
|
|
MAINTAINER alt-cloud
|
|
|
|
{{ install_pakages("glibc-gconv-modules", "glibc-locales", "tzdata") }}
|
|
|
|
CMD ["bash"]
|