ssl fix in old debian dists

This commit is contained in:
STAM 2024-06-21 20:11:33 +03:00
parent f25f0d5a30
commit b1de0645fd
No known key found for this signature in database
GPG Key ID: 711526C6938897F1
7 changed files with 11 additions and 3 deletions

View File

@ -1,4 +1,4 @@
VERSION = "2024.04.21"
VERSION = "2024.06.21"
AUTHOR = "EpicMorg"
MODIFIED = "STAM"
DOCKER_SCAN_SUGGEST = false

View File

@ -63,6 +63,8 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
RUN apt-key list | grep "expired: " | sed -ne 's|pub .*/\([^ ]*\) .*|\1|gp' | xargs -n1 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys
RUN apt-key adv --keyserver keyserver.ubuntu.com --refresh-keys
RUN echo insecure >> ~/.curlrc
RUN update-ca-certificates --fresh
##################################################################

View File

@ -64,6 +64,8 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
RUN apt-key list | grep "expired: " | sed -ne 's|pub .*/\([^ ]*\) .*|\1|gp' | xargs -n1 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys
RUN apt-key adv --keyserver keyserver.ubuntu.com --refresh-keys
RUN echo insecure >> ~/.curlrc
RUN update-ca-certificates --fresh
##################################################################

View File

@ -119,7 +119,7 @@ RUN printf "\n--------------------------------\n$(cargo --version)\n------------
##################################################################
# Flutter SDK
##################################################################
RUN git clone https://github.com/flutter/flutter.git -b stable /flutter
RUN git clone -c http.sslverify=false https://github.com/flutter/flutter.git -b stable /flutter
RUN flutter precache
RUN flutter config --no-analytics
RUN dart --disable-analytics

View File

@ -64,6 +64,8 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
RUN apt-key list | grep "expired: " | sed -ne 's|pub .*/\([^ ]*\) .*|\1|gp' | xargs -n1 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys
RUN apt-key adv --keyserver keyserver.ubuntu.com --refresh-keys
RUN echo insecure >> ~/.curlrc
RUN update-ca-certificates --fresh
##################################################################

View File

@ -119,7 +119,7 @@ RUN printf "\n--------------------------------\n$(cargo --version)\n------------
##################################################################
# Flutter SDK
##################################################################
RUN git clone https://github.com/flutter/flutter.git -b stable /flutter
RUN git clone -c http.sslverify=false https://github.com/flutter/flutter.git -b stable /flutter
RUN flutter precache
RUN flutter config --no-analytics
RUN dart --disable-analytics

View File

@ -65,6 +65,8 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
#RUN apt-key adv --keyserver keyserver.ubuntu.com --refresh-keys
#RUN apt-key list | grep "expired: " | sed -ne 's|pub .*/\([^ ]*\) .*|\1|gp' | xargs -n1 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys
RUN echo insecure >> ~/.curlrc
RUN update-ca-certificates --fresh
##################################################################