mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 22:32:39 +01:00
updates
This commit is contained in:
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 /
|
||||
|
||||
Submodule idonethis/src deleted from 022072cac6
Reference in New Issue
Block a user