mirror of
https://github.com/slimtoolkit/slim.git
synced 2025-06-03 04:00:23 +00:00
ruby ubuntu sample app updates
This commit is contained in:
parent
5100eaf4f4
commit
edec862143
@ -4,8 +4,8 @@ RUN apt-get update && \
|
||||
apt-get -y install software-properties-common build-essential && \
|
||||
apt-add-repository ppa:brightbox/ruby-ng && \
|
||||
apt-get update && \
|
||||
apt-get -y install ruby2.2 ruby2.2-dev && \
|
||||
gem install bundler && \
|
||||
apt-get -y install ruby2.5 ruby2.5-dev && \
|
||||
gem install bundler -v 1.16 && \
|
||||
mkdir -p /opt/my/service
|
||||
|
||||
COPY service /opt/my/service
|
||||
|
Loading…
Reference in New Issue
Block a user