Sha256: d90ed37cf54e4fb44b374550fd4d9a2f158e2b7376f959f018d42c06518d0ba9

Contents?: true

Size: 488 Bytes

Versions: 3

Compression:

Stored size: 488 Bytes

Contents

FROM ubuntu
MAINTAINER Johan Haals <johan.haals@gmail.com>

RUN apt-get update
RUN apt-get install -y git libsasl2-dev build-essential ruby ruby-dev memcached

RUN gem install foreman --no-rdoc --no-ri
RUN gem install bundler --no-rdoc --no-ri
RUN gem install god --no-rdoc --no-ri

RUN git clone https://github.com/jhaals/yopass /yopass
RUN cd /yopass && bundle install

EXPOSE 4567
# Ensure that both yopass and memcached is up and running
CMD ["god", "-c", "/yopass/yopass.god", "-D"]

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
yopass-2.1.1 Dockerfile
yopass-2.1.0 Dockerfile
yopass-2.0.0 Dockerfile