mirror of
https://github.com/fspc/bike-database-docker.git
synced 2026-09-16 06:41:37 -04:00
A few updates. Currently, using fspc repository, rather than recyclery.
This commit is contained in:
+2
-1
@@ -7,9 +7,10 @@ FROM ruby:2.3.1
|
||||
MAINTAINER Jonathan Rosenbaum <gnuser@gmail.com>
|
||||
|
||||
WORKDIR /app
|
||||
RUN git clone https://github.com/Loos/bike-database.git .
|
||||
RUN git clone https://github.com/fspc/bike-database.git .
|
||||
#RUN apt-get update && apt-get -y install g++ libfcgi-dev libsqlite3-dev libpq-dev nodejs
|
||||
|
||||
RUN printf "deb http://archive.debian.org/debian/ jessie main\ndeb-src http://archive.debian.org/debian/ jessie main\ndeb http://security.debian.org jessie/updates main\ndeb-src http://security.debian.org jessie/updates main" > /etc/apt/sources.list
|
||||
RUN apt-get update && apt-get -y install libsqlite3-0 nodejs
|
||||
|
||||
COPY Gemfile /app
|
||||
|
||||
Reference in New Issue
Block a user