Skip to content

Instantly share code, notes, and snippets.

View HaseHiro's full-sized avatar

hiroshi hasegawa HaseHiro

  • Sapporo, Japan
View GitHub Profile
# ベースにするイメージ
FROM ubuntu:14.04
MAINTAINER hasehiro
ADD resource/80Proxy /etc/apt/apt.conf.d/80Proxy
RUN apt-get install -y apache2 openjdk-7-jdk
RUN apt-get install -y git-core build-essential wget curl libcurl4-openssl-dev
# kibana3 + elasticsearch install