Skip to content

Commit

Permalink
Try with separate copy steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Sep 2, 2023
1 parent 6642870 commit 440159e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/linux-x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ FROM mcr.microsoft.com/dotnet/sdk:6.0

RUN mkdir /build

COPY build/linux-x64/install.dependencies.sh src/Magick.Native/api.key.tx[t] /build/
COPY build/linux-x64/install.dependencies.sh /build
COPY src/Magick.Native/api.key.tx[t] /build

RUN build/install.dependencies.sh

0 comments on commit 440159e

Please sign in to comment.