- Update myip to 1.2.0,

- Use now rx3-docker/base:1.3.4-mga9 image,
- Remove stupid /var/log/README broken link,
- Rebuild for updates.
This commit is contained in:
2025-09-19 18:08:30 +02:00
parent 9a6237864a
commit d277b03f14
4 changed files with 15 additions and 4 deletions

View File

@@ -148,6 +148,7 @@ command=dnsmasq -k'
RUN urpmi.update -a \
&& urpmi --force dnsmasq myip supervisor \
&& rm -f /var/log/README \
&& echo -e "${INIT_SHELL}" | sed -e "s/\`/'/g" -e 's/ *$//' > /usr/local/sbin/init.sh \
&& chmod a+x /usr/local/sbin/init.sh \
&& mkdir /etc/rc.d/rcD.d \