You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to install hologram-agent on linux, but the mere method for building hologram seems broke. The ./hologram.sh build_all script tries to pull a container on dockerhub under the adroll/hologram_env repo except it doesn't exist, and when I try to build the image locally it fails to build due to gem install fpm --no-rdoc --no-ri failing to since it requires ffi requires Ruby version >= 2.3.
How are people installing hologram on linux? Or even macOS for that matter?
The text was updated successfully, but these errors were encountered:
I'm trying to install hologram-agent on linux, but the mere method for building hologram seems broke. The
./hologram.sh build_all
script tries to pull a container on dockerhub under theadroll/hologram_env
repo except it doesn't exist, and when I try to build the image locally it fails to build due togem install fpm --no-rdoc --no-ri
failing to since it requiresffi requires Ruby version >= 2.3
.How are people installing hologram on linux? Or even macOS for that matter?
The text was updated successfully, but these errors were encountered: