Skip to content

Commit

Permalink
Update Dockerfile.base
Browse files Browse the repository at this point in the history
  • Loading branch information
awoland authored May 25, 2023
1 parent cfd3e75 commit f8a0952
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ARG dsm_version=7.2
RUN apk --no-cache add curl
RUN mkdir -p /tmp/build_env \
&& curl -L https://global.synologydownload.com/download/ToolChain/toolkit/${dsm_version}/base/base_env-${dsm_version}.txz | tar xzJ -C /tmp/build_env

# create build env
FROM scratch
COPY --from=builder /tmp/build_env /
Expand Down

0 comments on commit f8a0952

Please sign in to comment.