Commit bed5f96f authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

install curl on alpine

parent 6cbf4031
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@ build:
    - if: $CI_COMMIT_TAG
  before_script:
    - apk add --no-cache make
    - apk add --no-cache curl
  script:
    - make package
    - echo $CI_COMMIT_TAG  > package/VERSION