mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-26 06:35:40 +03:00
ssl fix in old debian dists
This commit is contained in:
parent
f25f0d5a30
commit
b1de0645fd
2
Makefile
2
Makefile
@ -1,4 +1,4 @@
|
||||
VERSION = "2024.04.21"
|
||||
VERSION = "2024.06.21"
|
||||
AUTHOR = "EpicMorg"
|
||||
MODIFIED = "STAM"
|
||||
DOCKER_SCAN_SUGGEST = false
|
||||
|
@ -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
|
||||
|
||||
##################################################################
|
||||
|
@ -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
|
||||
|
||||
##################################################################
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
##################################################################
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
##################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user