Skip to content

Commit 3e16bde

Browse files
authored
убрал apt update
1 parent af9f73b commit 3e16bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.ARM

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN dotnet publish OneScript/OneScriptWeb.csproj -c Release -o /app/out -f netco
1111
#FROM mcr.microsoft.com/dotnet/core/aspnet:2.2
1212
FROM arm32v7/ubuntu:latest
1313

14-
RUN apt update
14+
# RUN apt update
1515
RUN apt install -y --no-install-recommends liblttng-ust0 libcurl4 libssl1.0.0 libkrb5-3 zlib1g libicu60 && \
1616
rm -rf /var/lib/apt/lists/*
1717

0 commit comments

Comments
 (0)