We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af9f73b commit 3e16bdeCopy full SHA for 3e16bde
Dockerfile.ARM
@@ -11,7 +11,7 @@ RUN dotnet publish OneScript/OneScriptWeb.csproj -c Release -o /app/out -f netco
11
#FROM mcr.microsoft.com/dotnet/core/aspnet:2.2
12
FROM arm32v7/ubuntu:latest
13
14
-RUN apt update
+# RUN apt update
15
RUN apt install -y --no-install-recommends liblttng-ust0 libcurl4 libssl1.0.0 libkrb5-3 zlib1g libicu60 && \
16
rm -rf /var/lib/apt/lists/*
17
0 commit comments