mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-13 15:17:56 +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"
|
AUTHOR = "EpicMorg"
|
||||||
MODIFIED = "STAM"
|
MODIFIED = "STAM"
|
||||||
DOCKER_SCAN_SUGGEST = false
|
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 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 apt-key adv --keyserver keyserver.ubuntu.com --refresh-keys
|
||||||
|
|
||||||
|
RUN echo insecure >> ~/.curlrc
|
||||||
|
|
||||||
RUN update-ca-certificates --fresh
|
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 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 apt-key adv --keyserver keyserver.ubuntu.com --refresh-keys
|
||||||
|
|
||||||
|
RUN echo insecure >> ~/.curlrc
|
||||||
|
|
||||||
RUN update-ca-certificates --fresh
|
RUN update-ca-certificates --fresh
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
|
@ -119,7 +119,7 @@ RUN printf "\n--------------------------------\n$(cargo --version)\n------------
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Flutter SDK
|
# 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 precache
|
||||||
RUN flutter config --no-analytics
|
RUN flutter config --no-analytics
|
||||||
RUN dart --disable-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 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 apt-key adv --keyserver keyserver.ubuntu.com --refresh-keys
|
||||||
|
|
||||||
|
RUN echo insecure >> ~/.curlrc
|
||||||
|
|
||||||
RUN update-ca-certificates --fresh
|
RUN update-ca-certificates --fresh
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
|
@ -119,7 +119,7 @@ RUN printf "\n--------------------------------\n$(cargo --version)\n------------
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Flutter SDK
|
# 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 precache
|
||||||
RUN flutter config --no-analytics
|
RUN flutter config --no-analytics
|
||||||
RUN dart --disable-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 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 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
|
RUN update-ca-certificates --fresh
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user