Skip to content

Commit

Permalink
Remove useless copy
Browse files Browse the repository at this point in the history
Signed-off-by: Alper Polat <[email protected]>
  • Loading branch information
gitperr committed Jan 18, 2024
1 parent 5a1ec2a commit 824f839
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 1.21/main/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ ENV OSXCROSS_PATH=/usr/osxcross \
OSX_VERSION_MIN=10.13

WORKDIR /tmp/osxcross
COPY MacOSX${SDK_VERSION}.sdk.tar.xz .
RUN \
curl -s -f -L "https://codeload.github.com/tpoechtrager/osxcross/tar.gz/${OSXCROSS_REV}" \
| tar -C /tmp/osxcross --strip=1 -xzf - \
Expand Down

0 comments on commit 824f839

Please sign in to comment.