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
3030FROM mcr.microsoft.com/dotnet/sdk:8.0-bookworm-slim AS builder
3131WORKDIR /src
3232COPY ["Libraries/src/Amazon.Lambda.RuntimeSupport" , "Repo/Libraries/src/Amazon.Lambda.RuntimeSupport/" ]
33+ COPY ["Libraries/src/SnapshotRestore.Registry" , "Repo/Libraries/src/SnapshotRestore.Registry/" ]
3334COPY ["Libraries/src/Amazon.Lambda.Core" , "Repo/Libraries/src/Amazon.Lambda.Core/" ]
3435COPY ["Libraries/src/SnapshotRestore.Registry" , "Repo/Libraries/src/SnapshotRestore.Registry/" ]
3536COPY ["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
3030FROM mcr.microsoft.com/dotnet/sdk:8.0-bookworm-slim AS builder
3131WORKDIR /src
3232COPY ["Libraries/src/Amazon.Lambda.RuntimeSupport" , "Repo/Libraries/src/Amazon.Lambda.RuntimeSupport/" ]
33+ COPY ["Libraries/src/SnapshotRestore.Registry" , "Repo/Libraries/src/SnapshotRestore.Registry/" ]
3334COPY ["Libraries/src/Amazon.Lambda.Core" , "Repo/Libraries/src/Amazon.Lambda.Core/" ]
3435COPY ["Libraries/src/SnapshotRestore.Registry" , "Repo/Libraries/src/SnapshotRestore.Registry/" ]
3536COPY ["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
3030FROM mcr.microsoft.com/dotnet/sdk:9.0-bookworm-slim AS builder
3131WORKDIR /src
3232COPY ["Libraries/src/Amazon.Lambda.RuntimeSupport" , "Repo/Libraries/src/Amazon.Lambda.RuntimeSupport/" ]
33+ COPY ["Libraries/src/SnapshotRestore.Registry" , "Repo/Libraries/src/SnapshotRestore.Registry/" ]
3334COPY ["Libraries/src/Amazon.Lambda.Core" , "Repo/Libraries/src/Amazon.Lambda.Core/" ]
3435COPY ["buildtools/" , "Repo/buildtools/" ]
3536RUN 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
3030FROM mcr.microsoft.com/dotnet/sdk:9.0-bookworm-slim AS builder
3131WORKDIR /src
3232COPY ["Libraries/src/Amazon.Lambda.RuntimeSupport" , "Repo/Libraries/src/Amazon.Lambda.RuntimeSupport/" ]
33+ COPY ["Libraries/src/SnapshotRestore.Registry" , "Repo/Libraries/src/SnapshotRestore.Registry/" ]
3334COPY ["Libraries/src/Amazon.Lambda.Core" , "Repo/Libraries/src/Amazon.Lambda.Core/" ]
3435COPY ["buildtools/" , "Repo/buildtools/" ]
3536RUN 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