chore: immediate release to stable #4

Merged
jon_nfc merged 18 commits from development into master 2023-05-15 03:06:00 +00:00
9 changed files with 82 additions and 109 deletions
Showing only changes of commit 92c1cefb95 - Show all commits

View File

@ -6,8 +6,9 @@ RUN apt-get update && apt-get install -y \
ca-certificates \ ca-certificates \
curl \ curl \
gnupg2 \ gnupg2 \
software-properties-common && \ software-properties-common \
curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - && \ python3 \
python3-pip || true
add-apt-repository "deb https://download.docker.com/linux/debian $(lsb_release -cs) stable" && \ add-apt-repository "deb https://download.docker.com/linux/debian $(lsb_release -cs) stable" && \
apt-get update && apt-get install -y \ apt-get update && apt-get install -y \
docker-ce-cli \ docker-ce-cli \