build: release to stable #114

Merged
jon_nfc merged 54 commits from development into master 2023-07-04 07:04:27 +00:00
4 changed files with 25 additions and 17 deletions
Showing only changes of commit 1a1dc118bb - Show all commits

View File

@ -42,6 +42,8 @@ RUN apt update \
locales \
&& sed -i 's/^# *\(en_US.UTF-8\)/\1/' /etc/locale.gen \
&& locale-gen \
&& apt list --upgradable \
&& apt upgrade --no-install-recommends -y \
&& apt-get install --no-install-recommends -y \
openssh-client \
git \