dev #2

Merged
pi-farm merged 66 commits from dev into main 2026-04-09 13:56:20 +00:00
Showing only changes of commit acd16340dc - Show all commits

View File

@@ -18,6 +18,7 @@ ENV LANG=${LANG}
ENV LANGUAGE=${LANGUAGE} ENV LANGUAGE=${LANGUAGE}
ENV LC_ALL=${LC_ALL} ENV LC_ALL=${LC_ALL}
ENV COUNTRY=${COUNTRY} ENV COUNTRY=${COUNTRY}
ENV DEBIAN_FRONTEND=noninteractive
RUN sed -i 's/^Types: deb$/Types: deb deb-src/' /etc/apt/sources.list.d/debian.sources && \ RUN sed -i 's/^Types: deb$/Types: deb deb-src/' /etc/apt/sources.list.d/debian.sources && \
apt-get update && apt-get install -y \ apt-get update && apt-get install -y \