Sign inSign up

ruxoz/django-react

By ruxoz

Updated over 10 years ago

Django 1.9 + Python 2.7 + Ruby + Sass + NodeJS 6 + Typescript + Redux/React + webpack

Image
0

10K+

ruxoz/django-react repository overview

FROM python:2.7-slim

RUN apt-get update && apt-get install -y
gcc
gettext
mysql-client libmysqlclient-dev
postgresql-client libpq-dev
sqlite3
git ssh curl
--no-install-recommends

RUN curl -sL https://deb.nodesource.com/setup_6.x | bash RUN apt-get install -y nodejs

RUN apt-get install -y ruby --no-install-recommends && gem install sass

RUN npm install -g typescript typings webpack RUN npm install -g bower tsd

Just add github.com host into known_host, so it doesn't block git clone

RUN ssh -o StrictHostKeyChecking=no github.com; exit 0

Tag summary

Content type

Image

Digest

Size

223.9 MB

Last updated

over 10 years ago

docker pull ruxoz/django-react