Commit a5ed41c1 authored by John Noel's avatar John Noel

Updated Dockerfile for Ateneo network

parent 6c7bdebb
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/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment