Skip to content

Commit

Permalink
fix(chore): add tar.gz extension to vpsdk url
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbooth committed Jan 6, 2024
1 parent 07b9854 commit 03365c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN dotnet publish "VPLink.csproj" -c Release -o /app/publish

FROM base AS vpsdk
WORKDIR /vpsdk
ADD http://edwin-share.virtualparadise.org/2024/01/vpsdk_20240102_e6701b5e_linux_debian10_x86_64 ./vpsdk.tar.gz
ADD http://edwin-share.virtualparadise.org/2024/01/vpsdk_20240102_e6701b5e_linux_debian10_x86_64.tar.gz ./vpsdk.tar.gz
RUN echo "5784270749FFC3AD31EFF9BA7DD82203C31968C60DD732A4F76CBB2947C1DB6D vpsdk.tar.gz" | sha256sum -c -&& \
tar xfv vpsdk.tar.gz --strip-components=1 && \
rm -r vpsdk.tar.gz include
Expand Down

0 comments on commit 03365c2

Please sign in to comment.