.
All checks were successful
Lint and Test Charts / lint-test (push) Successful in 18s
Testing pipes / Explore-Gitea-Actions (push) Successful in 32s
All checks were successful
Lint and Test Charts / lint-test (push) Successful in 18s
Testing pipes / Explore-Gitea-Actions (push) Successful in 32s
This commit is contained in:
17
Containerfile
Normal file
17
Containerfile
Normal file
@@ -0,0 +1,17 @@
|
||||
ARG VERSION
|
||||
FROM registry.opensuse.org/opensuse/tumbleweed
|
||||
|
||||
VOLUME /config
|
||||
|
||||
|
||||
RUN zypper --non-interactive install --no-recommends \
|
||||
dnsmasq \
|
||||
&& zypper clean -a \
|
||||
rm /var/log/zypper.log
|
||||
|
||||
ENV TZ="Europe/Stockholm"
|
||||
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
|
||||
RUN chmod +x /usr/local/bin/entrypoint.sh
|
||||
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
|
||||
CMD ["start"]
|
||||
|
Reference in New Issue
Block a user