softwaremill / sttp

The Scala HTTP client you always wanted!
https://sttp.softwaremill.com
Apache License 2.0
1.45k stars 302 forks source link

Gitpod image doesn't work #966

Closed phdoerfler closed 2 years ago

phdoerfler commented 3 years ago

Reproduce

Click "Open in Gitpod" button on https://github.com/softwaremill/sttp

Observation

building base image

initializing base image context
UGit operations complete                       location=/workspace/init
running base image build
Step 1/7 : FROM gitpod/workspace-full
latest: Pulling from gitpod/workspace-full
Digest: sha256:42181fe6917aedc92d61d9fbcfbfe28feb5c4d7b5db27cf6817e7a7c2b9df573
Status: Image is up to date for gitpod/workspace-full:latest
 ---> 4b20f579dd24
Step 2/7 : USER gitpod
 ---> Using cache
 ---> a995f59d7f42
Step 3/7 : RUN brew install coursier/formulas/coursier sbt scalaenv
 ---> Running in f04f9d1cb697
==> Tapping coursier/formulas
Cloning into '/home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/coursier/homebrew-formulas'...
Error: Invalid formula: /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/coursier/homebrew-formulas/coursier.rb
coursier: Unsupported special dependency :java
Error: Cannot tap coursier/formulas: invalid syntax in tap!

Error: build failed: cannot build base image: The command '/bin/sh -c brew install coursier/formulas/coursier sbt scalaenv' returned a non-zero code: 1
Pask423 commented 2 years ago

Closing, as for now Gitpod image seems to work. To reopen please provide more detailed description of how to reproduce.