File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
LambdaRuntimeDockerfiles/Images Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ RUN curl -SL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/a
30
30
FROM mcr.microsoft.com/dotnet/sdk:8.0-bookworm-slim AS builder
31
31
WORKDIR /src
32
32
COPY ["Libraries/src/Amazon.Lambda.RuntimeSupport" , "Repo/Libraries/src/Amazon.Lambda.RuntimeSupport/" ]
33
+ COPY ["Libraries/src/SnapshotRestore.Registry" , "Repo/Libraries/src/SnapshotRestore.Registry/" ]
33
34
COPY ["Libraries/src/Amazon.Lambda.Core" , "Repo/Libraries/src/Amazon.Lambda.Core/" ]
34
35
COPY ["Libraries/src/SnapshotRestore.Registry" , "Repo/Libraries/src/SnapshotRestore.Registry/" ]
35
36
COPY ["buildtools/" , "Repo/buildtools/" ]
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ RUN curl -SL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/a
30
30
FROM mcr.microsoft.com/dotnet/sdk:8.0-bookworm-slim AS builder
31
31
WORKDIR /src
32
32
COPY ["Libraries/src/Amazon.Lambda.RuntimeSupport" , "Repo/Libraries/src/Amazon.Lambda.RuntimeSupport/" ]
33
+ COPY ["Libraries/src/SnapshotRestore.Registry" , "Repo/Libraries/src/SnapshotRestore.Registry/" ]
33
34
COPY ["Libraries/src/Amazon.Lambda.Core" , "Repo/Libraries/src/Amazon.Lambda.Core/" ]
34
35
COPY ["Libraries/src/SnapshotRestore.Registry" , "Repo/Libraries/src/SnapshotRestore.Registry/" ]
35
36
COPY ["buildtools/" , "Repo/buildtools/" ]
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ RUN curl -SL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/a
30
30
FROM mcr.microsoft.com/dotnet/sdk:9.0-bookworm-slim AS builder
31
31
WORKDIR /src
32
32
COPY ["Libraries/src/Amazon.Lambda.RuntimeSupport" , "Repo/Libraries/src/Amazon.Lambda.RuntimeSupport/" ]
33
+ COPY ["Libraries/src/SnapshotRestore.Registry" , "Repo/Libraries/src/SnapshotRestore.Registry/" ]
33
34
COPY ["Libraries/src/Amazon.Lambda.Core" , "Repo/Libraries/src/Amazon.Lambda.Core/" ]
34
35
COPY ["buildtools/" , "Repo/buildtools/" ]
35
36
RUN dotnet restore "Repo/Libraries/src/Amazon.Lambda.RuntimeSupport/Amazon.Lambda.RuntimeSupport.csproj" /p:TargetFrameworks=net9.0
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ RUN curl -SL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/a
30
30
FROM mcr.microsoft.com/dotnet/sdk:9.0-bookworm-slim AS builder
31
31
WORKDIR /src
32
32
COPY ["Libraries/src/Amazon.Lambda.RuntimeSupport" , "Repo/Libraries/src/Amazon.Lambda.RuntimeSupport/" ]
33
+ COPY ["Libraries/src/SnapshotRestore.Registry" , "Repo/Libraries/src/SnapshotRestore.Registry/" ]
33
34
COPY ["Libraries/src/Amazon.Lambda.Core" , "Repo/Libraries/src/Amazon.Lambda.Core/" ]
34
35
COPY ["buildtools/" , "Repo/buildtools/" ]
35
36
RUN dotnet restore "Repo/Libraries/src/Amazon.Lambda.RuntimeSupport/Amazon.Lambda.RuntimeSupport.csproj" /p:TargetFrameworks=net9.0
You can’t perform that action at this time.
0 commit comments