Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
awoland authored Aug 18, 2024
1 parent 65153d7 commit f82bab8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ ARG dsm_platform
RUN apk --no-cache add curl
RUN echo "Downloading ${dsm_version} ${dsm_platform}..." \
&&mkdir -p /tmp/build_env \
&& curl -L https://global.synologydownload.com/download/ToolChain/toolkit/${dsm_version}/${dsm_platform}/ds.${dsm_platform}-${dsm_version}.env.txz | tar xzJ -C /tmp/build_env \
&& curl -L https://global.synologydownload.com/download/ToolChain/toolkit/${dsm_version}/${dsm_platform}/ds.${dsm_platform}-${dsm_version}.dev.txz | tar xzJ -C /tmp/build_env
&& curl -L https://archive.synology.com/download/ToolChain/toolkit/${dsm_version}/ds.${dsm_platform}-${dsm_version}.env.txz | tar xzJ -C /tmp/build_env \
&& curl -L https://archive.synology.com/download/ToolChain/toolkit/${dsm_version}/ds.${dsm_platform}-${dsm_version}.dev.txz | tar xzJ -C /tmp/build_env

# create platform dependend build env
FROM awoland/dsmpkg-env:${dsm_version}-base
Expand Down

0 comments on commit f82bab8

Please sign in to comment.