GithubHelp home page GithubHelp logo

Comments (3)

dmakurin avatar dmakurin commented on August 28, 2024

RubyGems has an older version. Install the gem from this repo. You need either to build a gemspec and install it manually or use bundler and a github option.

from fb.

jordan-brough avatar jordan-brough commented on August 28, 2024

@dmakurin thank you! This sample Dockerfile works for me:

FROM amazon/aws-lambda-ruby:3.2.2023.06.12.17

RUN curl -O https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
RUN rpm -ivh epel-release-latest-7.noarch.rpm
RUN yum -y update
RUN yum -y install git-core zlib zlib-devel gcc-c++ patch readline readline-devel libyaml-devel libffi-devel openssl-devel make bzip2 autoconf automake libtool bison sqlite-devel
RUN yum -y install firebird firebird-devel

RUN echo "source 'https://rubygems.org'" >> Gemfile
RUN echo "git_source(:github) { |repo| \"https://github.com/#{repo}.git\" }" >> Gemfile
RUN echo "gem 'fb', github: 'rowland/fb', ref: 'dd4552d'" >> Gemfile

RUN bundle

from fb.

jordan-brough avatar jordan-brough commented on August 28, 2024

@rowland any chance you could publish the latest version of the gem to Rubygems?

from fb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.