mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-25 04:57:54 +03:00
dotnet fixes
This commit is contained in:
parent
acd2ee91b4
commit
00dae31b70
@ -23,12 +23,14 @@ RUN mkdir -p ${DOTNET_ROOT} && \
|
|||||||
# Setup $PATH
|
# Setup $PATH
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Setup certs
|
# Setup certs
|
||||||
##################################################################
|
##################################################################
|
||||||
RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
#RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
||||||
update-ca-certificates --fresh && \
|
# update-ca-certificates --fresh && \
|
||||||
dotnet dev-certs https --trust
|
# dotnet dev-certs https --trust
|
||||||
|
RUN update-ca-certificates --fresh
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Version after install
|
# Version after install
|
||||||
|
@ -23,12 +23,14 @@ RUN mkdir -p ${DOTNET_ROOT} && \
|
|||||||
# Setup $PATH
|
# Setup $PATH
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Setup certs
|
# Setup certs
|
||||||
##################################################################
|
##################################################################
|
||||||
RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
#RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
||||||
update-ca-certificates --fresh && \
|
# update-ca-certificates --fresh && \
|
||||||
dotnet dev-certs https --trust
|
# dotnet dev-certs https --trust
|
||||||
|
RUN update-ca-certificates --fresh
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Version after install
|
# Version after install
|
||||||
|
@ -23,12 +23,14 @@ RUN mkdir -p ${DOTNET_ROOT} && \
|
|||||||
# Setup $PATH
|
# Setup $PATH
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Setup certs
|
# Setup certs
|
||||||
##################################################################
|
##################################################################
|
||||||
RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
#RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
||||||
update-ca-certificates --fresh && \
|
# update-ca-certificates --fresh && \
|
||||||
dotnet dev-certs https --trust
|
# dotnet dev-certs https --trust
|
||||||
|
RUN update-ca-certificates --fresh
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Version after install
|
# Version after install
|
||||||
|
@ -23,12 +23,14 @@ RUN mkdir -p ${DOTNET_ROOT} && \
|
|||||||
# Setup $PATH
|
# Setup $PATH
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Setup certs
|
# Setup certs
|
||||||
##################################################################
|
##################################################################
|
||||||
RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
#RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
||||||
update-ca-certificates --fresh && \
|
# update-ca-certificates --fresh && \
|
||||||
dotnet dev-certs https --trust
|
# dotnet dev-certs https --trust
|
||||||
|
RUN update-ca-certificates --fresh
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Version after install
|
# Version after install
|
||||||
|
@ -23,12 +23,14 @@ RUN mkdir -p ${DOTNET_ROOT} && \
|
|||||||
# Setup $PATH
|
# Setup $PATH
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Setup certs
|
# Setup certs
|
||||||
##################################################################
|
##################################################################
|
||||||
RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
#RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
||||||
update-ca-certificates --fresh && \
|
# update-ca-certificates --fresh && \
|
||||||
dotnet dev-certs https --trust
|
# dotnet dev-certs https --trust
|
||||||
|
RUN update-ca-certificates --fresh
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Version after install
|
# Version after install
|
||||||
|
@ -23,12 +23,14 @@ RUN mkdir -p ${DOTNET_ROOT} && \
|
|||||||
# Setup $PATH
|
# Setup $PATH
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Setup certs
|
# Setup certs
|
||||||
##################################################################
|
##################################################################
|
||||||
RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
#RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
||||||
update-ca-certificates --fresh && \
|
# update-ca-certificates --fresh && \
|
||||||
dotnet dev-certs https --trust
|
# dotnet dev-certs https --trust
|
||||||
|
RUN update-ca-certificates --fresh
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Version after install
|
# Version after install
|
||||||
|
@ -23,12 +23,14 @@ RUN mkdir -p ${DOTNET_ROOT} && \
|
|||||||
# Setup $PATH
|
# Setup $PATH
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Setup certs
|
# Setup certs
|
||||||
##################################################################
|
##################################################################
|
||||||
RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
#RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
||||||
update-ca-certificates --fresh && \
|
# update-ca-certificates --fresh && \
|
||||||
dotnet dev-certs https --trust
|
# dotnet dev-certs https --trust
|
||||||
|
RUN update-ca-certificates --fresh
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Version after install
|
# Version after install
|
||||||
|
@ -23,12 +23,14 @@ RUN mkdir -p ${DOTNET_ROOT} && \
|
|||||||
# Setup $PATH
|
# Setup $PATH
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Setup certs
|
# Setup certs
|
||||||
##################################################################
|
##################################################################
|
||||||
RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
#RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
||||||
update-ca-certificates --fresh && \
|
# update-ca-certificates --fresh && \
|
||||||
dotnet dev-certs https --trust
|
# dotnet dev-certs https --trust
|
||||||
|
RUN update-ca-certificates --fresh
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Version after install
|
# Version after install
|
||||||
|
@ -23,12 +23,14 @@ RUN mkdir -p ${DOTNET_ROOT} && \
|
|||||||
# Setup $PATH
|
# Setup $PATH
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Setup certs
|
# Setup certs
|
||||||
##################################################################
|
##################################################################
|
||||||
RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
#RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
||||||
update-ca-certificates --fresh && \
|
# update-ca-certificates --fresh && \
|
||||||
dotnet dev-certs https --trust
|
# dotnet dev-certs https --trust
|
||||||
|
RUN update-ca-certificates --fresh
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Version after install
|
# Version after install
|
||||||
|
@ -23,12 +23,14 @@ RUN mkdir -p ${DOTNET_ROOT} && \
|
|||||||
# Setup $PATH
|
# Setup $PATH
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Setup certs
|
# Setup certs
|
||||||
##################################################################
|
##################################################################
|
||||||
RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
#RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
||||||
update-ca-certificates --fresh && \
|
# update-ca-certificates --fresh && \
|
||||||
dotnet dev-certs https --trust
|
# dotnet dev-certs https --trust
|
||||||
|
RUN update-ca-certificates --fresh
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Version after install
|
# Version after install
|
||||||
|
@ -23,12 +23,14 @@ RUN mkdir -p ${DOTNET_ROOT} && \
|
|||||||
# Setup $PATH
|
# Setup $PATH
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Setup certs
|
# Setup certs
|
||||||
##################################################################
|
##################################################################
|
||||||
RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
#RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
||||||
update-ca-certificates --fresh && \
|
# update-ca-certificates --fresh && \
|
||||||
dotnet dev-certs https --trust
|
# dotnet dev-certs https --trust
|
||||||
|
RUN update-ca-certificates --fresh
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Version after install
|
# Version after install
|
||||||
|
@ -23,12 +23,14 @@ RUN mkdir -p ${DOTNET_ROOT} && \
|
|||||||
# Setup $PATH
|
# Setup $PATH
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Setup certs
|
# Setup certs
|
||||||
##################################################################
|
##################################################################
|
||||||
RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
#RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
||||||
update-ca-certificates --fresh && \
|
# update-ca-certificates --fresh && \
|
||||||
dotnet dev-certs https --trust
|
# dotnet dev-certs https --trust
|
||||||
|
RUN update-ca-certificates --fresh
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Version after install
|
# Version after install
|
||||||
|
@ -23,12 +23,14 @@ RUN mkdir -p ${DOTNET_ROOT} && \
|
|||||||
# Setup $PATH
|
# Setup $PATH
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Setup certs
|
# Setup certs
|
||||||
##################################################################
|
##################################################################
|
||||||
RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
#RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
||||||
update-ca-certificates --fresh && \
|
# update-ca-certificates --fresh && \
|
||||||
dotnet dev-certs https --trust
|
# dotnet dev-certs https --trust
|
||||||
|
RUN update-ca-certificates --fresh
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Version after install
|
# Version after install
|
||||||
|
@ -23,12 +23,14 @@ RUN mkdir -p ${DOTNET_ROOT} && \
|
|||||||
# Setup $PATH
|
# Setup $PATH
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Setup certs
|
# Setup certs
|
||||||
##################################################################
|
##################################################################
|
||||||
RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
#RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
||||||
update-ca-certificates --fresh && \
|
# update-ca-certificates --fresh && \
|
||||||
dotnet dev-certs https --trust
|
# dotnet dev-certs https --trust
|
||||||
|
RUN update-ca-certificates --fresh
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Version after install
|
# Version after install
|
||||||
|
@ -23,12 +23,14 @@ RUN mkdir -p ${DOTNET_ROOT} && \
|
|||||||
# Setup $PATH
|
# Setup $PATH
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Setup certs
|
# Setup certs
|
||||||
##################################################################
|
##################################################################
|
||||||
RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
#RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
||||||
update-ca-certificates --fresh && \
|
# update-ca-certificates --fresh && \
|
||||||
dotnet dev-certs https --trust
|
# dotnet dev-certs https --trust
|
||||||
|
RUN update-ca-certificates --fresh
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Version after install
|
# Version after install
|
||||||
|
@ -23,12 +23,14 @@ RUN mkdir -p ${DOTNET_ROOT} && \
|
|||||||
# Setup $PATH
|
# Setup $PATH
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Setup certs
|
# Setup certs
|
||||||
##################################################################
|
##################################################################
|
||||||
RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
#RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
||||||
update-ca-certificates --fresh && \
|
# update-ca-certificates --fresh && \
|
||||||
dotnet dev-certs https --trust
|
# dotnet dev-certs https --trust
|
||||||
|
RUN update-ca-certificates --fresh
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Version after install
|
# Version after install
|
||||||
|
@ -23,12 +23,14 @@ RUN mkdir -p ${DOTNET_ROOT} && \
|
|||||||
# Setup $PATH
|
# Setup $PATH
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Setup certs
|
# Setup certs
|
||||||
##################################################################
|
##################################################################
|
||||||
RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
#RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
||||||
update-ca-certificates --fresh && \
|
# update-ca-certificates --fresh && \
|
||||||
dotnet dev-certs https --trust
|
# dotnet dev-certs https --trust
|
||||||
|
RUN update-ca-certificates --fresh
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Version after install
|
# Version after install
|
||||||
|
@ -23,12 +23,14 @@ RUN mkdir -p ${DOTNET_ROOT} && \
|
|||||||
# Setup $PATH
|
# Setup $PATH
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Setup certs
|
# Setup certs
|
||||||
##################################################################
|
##################################################################
|
||||||
RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
#RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
||||||
update-ca-certificates --fresh && \
|
# update-ca-certificates --fresh && \
|
||||||
dotnet dev-certs https --trust
|
# dotnet dev-certs https --trust
|
||||||
|
RUN update-ca-certificates --fresh
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Version after install
|
# Version after install
|
||||||
|
@ -23,12 +23,14 @@ RUN mkdir -p ${DOTNET_ROOT} && \
|
|||||||
# Setup $PATH
|
# Setup $PATH
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Setup certs
|
# Setup certs
|
||||||
##################################################################
|
##################################################################
|
||||||
RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
#RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
||||||
update-ca-certificates --fresh && \
|
# update-ca-certificates --fresh && \
|
||||||
dotnet dev-certs https --trust
|
# dotnet dev-certs https --trust
|
||||||
|
RUN update-ca-certificates --fresh
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Version after install
|
# Version after install
|
||||||
|
@ -23,12 +23,14 @@ RUN mkdir -p ${DOTNET_ROOT} && \
|
|||||||
# Setup $PATH
|
# Setup $PATH
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Setup certs
|
# Setup certs
|
||||||
##################################################################
|
##################################################################
|
||||||
RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
#RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
||||||
update-ca-certificates --fresh && \
|
# update-ca-certificates --fresh && \
|
||||||
dotnet dev-certs https --trust
|
# dotnet dev-certs https --trust
|
||||||
|
RUN update-ca-certificates --fresh
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Version after install
|
# Version after install
|
||||||
|
@ -23,12 +23,14 @@ RUN mkdir -p ${DOTNET_ROOT} && \
|
|||||||
# Setup $PATH
|
# Setup $PATH
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Setup certs
|
# Setup certs
|
||||||
##################################################################
|
##################################################################
|
||||||
RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
#RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
||||||
update-ca-certificates --fresh && \
|
# update-ca-certificates --fresh && \
|
||||||
dotnet dev-certs https --trust
|
# dotnet dev-certs https --trust
|
||||||
|
RUN update-ca-certificates --fresh
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Version after install
|
# Version after install
|
||||||
|
@ -23,12 +23,14 @@ RUN mkdir -p ${DOTNET_ROOT} && \
|
|||||||
# Setup $PATH
|
# Setup $PATH
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Setup certs
|
# Setup certs
|
||||||
##################################################################
|
##################################################################
|
||||||
RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
#RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
||||||
update-ca-certificates --fresh && \
|
# update-ca-certificates --fresh && \
|
||||||
dotnet dev-certs https --trust
|
# dotnet dev-certs https --trust
|
||||||
|
RUN update-ca-certificates --fresh
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Version after install
|
# Version after install
|
||||||
|
@ -23,12 +23,14 @@ RUN mkdir -p ${DOTNET_ROOT} && \
|
|||||||
# Setup $PATH
|
# Setup $PATH
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Setup certs
|
# Setup certs
|
||||||
##################################################################
|
##################################################################
|
||||||
RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
#RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
||||||
update-ca-certificates --fresh && \
|
# update-ca-certificates --fresh && \
|
||||||
dotnet dev-certs https --trust
|
# dotnet dev-certs https --trust
|
||||||
|
RUN update-ca-certificates --fresh
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Version after install
|
# Version after install
|
||||||
|
@ -23,12 +23,14 @@ RUN mkdir -p ${DOTNET_ROOT} && \
|
|||||||
# Setup $PATH
|
# Setup $PATH
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Setup certs
|
# Setup certs
|
||||||
##################################################################
|
##################################################################
|
||||||
RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
#RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
||||||
update-ca-certificates --fresh && \
|
# update-ca-certificates --fresh && \
|
||||||
dotnet dev-certs https --trust
|
# dotnet dev-certs https --trust
|
||||||
|
RUN update-ca-certificates --fresh
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Version after install
|
# Version after install
|
||||||
|
@ -23,12 +23,14 @@ RUN mkdir -p ${DOTNET_ROOT} && \
|
|||||||
# Setup $PATH
|
# Setup $PATH
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Setup certs
|
# Setup certs
|
||||||
##################################################################
|
##################################################################
|
||||||
RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
#RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
||||||
update-ca-certificates --fresh && \
|
# update-ca-certificates --fresh && \
|
||||||
dotnet dev-certs https --trust
|
# dotnet dev-certs https --trust
|
||||||
|
RUN update-ca-certificates --fresh
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Version after install
|
# Version after install
|
||||||
|
@ -23,12 +23,14 @@ RUN mkdir -p ${DOTNET_ROOT} && \
|
|||||||
# Setup $PATH
|
# Setup $PATH
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Setup certs
|
# Setup certs
|
||||||
##################################################################
|
##################################################################
|
||||||
RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
#RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
||||||
update-ca-certificates --fresh && \
|
# update-ca-certificates --fresh && \
|
||||||
dotnet dev-certs https --trust
|
# dotnet dev-certs https --trust
|
||||||
|
RUN update-ca-certificates --fresh
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Version after install
|
# Version after install
|
||||||
|
@ -23,12 +23,14 @@ RUN mkdir -p ${DOTNET_ROOT} && \
|
|||||||
# Setup $PATH
|
# Setup $PATH
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Setup certs
|
# Setup certs
|
||||||
##################################################################
|
##################################################################
|
||||||
RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
#RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
||||||
update-ca-certificates --fresh && \
|
# update-ca-certificates --fresh && \
|
||||||
dotnet dev-certs https --trust
|
# dotnet dev-certs https --trust
|
||||||
|
RUN update-ca-certificates --fresh
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Version after install
|
# Version after install
|
||||||
|
@ -23,12 +23,14 @@ RUN mkdir -p ${DOTNET_ROOT} && \
|
|||||||
# Setup $PATH
|
# Setup $PATH
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
ENV PATH=$PATH:${DOTNET_ROOT}:${DOTNET_TOOLS_DIR}
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Setup certs
|
# Setup certs
|
||||||
##################################################################
|
##################################################################
|
||||||
RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
#RUN dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM && \
|
||||||
update-ca-certificates --fresh && \
|
# update-ca-certificates --fresh && \
|
||||||
dotnet dev-certs https --trust
|
# dotnet dev-certs https --trust
|
||||||
|
RUN update-ca-certificates --fresh
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Version after install
|
# Version after install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user