Skip to content

Commit

Permalink
clone tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ab77 committed Dec 3, 2023
1 parent 865ec3a commit 940c725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unzoner/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ WORKDIR /data
RUN useradd openssl && (passwd -d openssl || true)

RUN if [ "$BUILD_OPENSSL" = '1' ]; then \
set -x; git clone --single-branch --branch openssl-$BUILD_OPENSSL_VERSION https://github.com/openssl/openssl \
set -x; git clone --depth 1 --branch openssl-$BUILD_OPENSSL_VERSION https://github.com/openssl/openssl \
&& cd openssl \
&& chown -hR openssl:openssl . \
&& if [ '%%BALENA_ARCH%%' = 'armv7hf' ]; then ./config --prefix=/usr/local/ssl shared threads no-async $ARM_OPTIMISE_FLAGS; \
Expand Down

0 comments on commit 940c725

Please sign in to comment.