fix(api): dockerfile

This commit is contained in:
Mikhail Trubnikov
2025-11-17 16:32:47 +10:00
parent b0921447e1
commit c94b775e4f

View File

@@ -2,7 +2,7 @@
FROM 10.99.253.167:8090/dotnet/aspnet:7.0 AS base
# CURL install (bullseye - for net core 7!!!)
RUN rm /etc/apt/sources.list.d/* && \
RUN rm -f /etc/apt/sources.list.d/* && \
echo "deb [trusted=yes] http://10.99.253.167:8081/repository/apt-proxy bullseye main" > /etc/apt/sources.list && \
echo "deb [trusted=yes] http://10.99.253.167:8081/repository/apt-proxy bullseye-updates main" >> /etc/apt/sources.list && \
apt-get update && \