Skip to content
Snippets Groups Projects
Commit 44e5735a authored by nimrod's avatar nimrod
Browse files

- Added Makefile.

- Added maintainer to Dockerfile.
parent b5d7522d
No related branches found
No related tags found
No related merge requests found
FROM ubuntu:14.04 FROM ubuntu:14.04
MAINTAINER Nimrod Adar <nimrod@shore.co.il>
RUN echo 'deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main' \ RUN echo 'deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main' \
> /etc/apt/sources.list.d/webupd8team-java-trusty.list && \ > /etc/apt/sources.list.d/webupd8team-java-trusty.list && \
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys EEA14886 && \ apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys EEA14886 && \
......
all: build upload
build:
docker build -t adarnimrod/sahi-phantomjs .
push:
docker push adarnimrod/sahi-phantomjs
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment