diff --git a/PARR.API/Dockerfile b/PARR.API/Dockerfile index a5f0e4d6..760268b3 100644 --- a/PARR.API/Dockerfile +++ b/PARR.API/Dockerfile @@ -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 && \