-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
4.0.0: pynamo==3.2.1 boolean migration (#170)
- Loading branch information
Showing
9 changed files
with
348 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
FROM ubuntu:trusty | ||
MAINTAINER Ryan Lane <[email protected]> | ||
|
||
RUN apt-get update && \ | ||
apt-get install -y curl && \ | ||
curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash - | ||
RUN apt-get update && \ | ||
# For frontend | ||
apt-get install -y ruby-full npm nodejs nodejs-legacy git git-core && \ | ||
apt-get install -y ruby-full nodejs git git-core && \ | ||
# For backend | ||
apt-get install -y python python-pip python-dev build-essential libffi-dev \ | ||
libxml2-dev libxmlsec1-dev | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.