Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
1
1-getting-started-with-rails
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
mis-21-2018-intersession
1-getting-started-with-rails
Commits
a5ed41c1
Commit
a5ed41c1
authored
Jun 27, 2018
by
John Noel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated Dockerfile for Ateneo network
parent
6c7bdebb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
Dockerfile
Dockerfile
+5
-0
No files found.
Dockerfile
View file @
a5ed41c1
FROM
ruby:2.5-alpine
# Comment if using within Ateneo network
ENV
http_proxy http://proxy.admu.edu.ph:3128
ENV
https_proxy http://proxy.admu.edu.ph:3128
RUN
apk update
&&
apk add build-base nodejs postgresql-dev
RUN
apk add
--update
bash tzdata
&&
rm
-rf
/var/cache/apk/
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment