Skip to content

Commit

Permalink
Explicitly add nss to the build image
Browse files Browse the repository at this point in the history
It appears that nss has been removed from current versions
for Apline Linux [1]. It needs to be there for secure
connections.

[1] docker-library/openjdk#289
  • Loading branch information
irbull committed Apr 4, 2019
1 parent 9e38d49 commit aaf2331
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ variables:
ANDROID_SDK_TOOLS: "4333796"

before_script:
- apk add --no-cache nss
- apk add --update python git gzip tar openjdk8 bash wget unzip libstdc++
- wget --quiet --output-document=android-sdk.zip https://dl.google.com/android/repository/sdk-tools-linux-${ANDROID_SDK_TOOLS}.zip
- unzip -d android-sdk-linux android-sdk.zip
Expand Down

0 comments on commit aaf2331

Please sign in to comment.