Skip to content

Commit 838e0e6

Browse files
authored
Merge pull request #11 from alxndrsn/use-https-for-
Use HTTPS for getting yarn apt repo's public key
2 parents 27dd7af + 8137957 commit 838e0e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ RUN while read -r package; do PACKAGES="${PACKAGES}${package} "; done < /sdk/pac
5151
yes | ${ANDROID_HOME}/tools/bin/sdkmanager ${PACKAGES}
5252

5353
RUN echo "Installing Yarn Deb Source" \
54-
&& curl -sS http://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
54+
&& curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
5555
&& echo "deb http://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
5656

5757
RUN echo "Installing Node.JS" \

0 commit comments

Comments
 (0)