mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
updates
This commit is contained in:
parent
79b6edf190
commit
e5c92f1340
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +0,0 @@
|
|||
[submodule "idonethis/src"]
|
||||
path = idonethis/src
|
||||
url = git@github.com:influitive/idonethis.git
|
|
@ -4,9 +4,10 @@ MAINTAINER Jessica Frazelle <jess@docker.com>
|
|||
# update gems
|
||||
RUN gem update --system
|
||||
RUN gem update
|
||||
RUN gem install syck
|
||||
|
||||
# install idonethis from git
|
||||
COPY src/ /idonethis
|
||||
RUN git clone https://github.com/influitive/idonethis.git /idonethis
|
||||
RUN cd /idonethis; rake build; gem install /idonethis/pkg/idonethis-0.1.0.gem;
|
||||
|
||||
COPY .idonethisrc /
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 022072cac6ded1d55bc30415022dd3bf8ad937fc
|
Loading…
Reference in New Issue
Block a user