Signed-off-by: Jess Frazelle <me@jessfraz.com>
This commit is contained in:
Jess Frazelle 2016-09-19 12:12:06 -07:00
parent 102da0ff33
commit 38fb6ec212
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
6 changed files with 10 additions and 7 deletions

View File

@ -8,7 +8,8 @@
# - /var/run/dbus, the X11 socket (typically /tmp/.X11-unix)
# And it also requires the USER and DISPLAY environment variables to be set.
#
FROM alpine
FROM alpine:latest
RUN apk --no-cache add \
i3lock \
imagemagick \

View File

@ -1,4 +1,4 @@
FROM alpine
FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com>
ENV PATH /go/bin:/usr/local/go/bin:$PATH
@ -7,6 +7,8 @@ ENV GOPATH /go
RUN apk --no-cache add \
ca-certificates
ENV CAMLISTORE_VERSION 0.9
RUN buildDeps=' \
go \
git \
@ -18,7 +20,7 @@ RUN buildDeps=' \
&& apk --no-cache add $buildDeps \
&& mkdir -p /go/src/camlistore.googlesource.com \
&& cd /go/src/camlistore.googlesource.com \
&& git clone --depth 1 -b 0.9 https://camlistore.googlesource.com/camlistore.git \
&& git clone --depth 1 -b "${CAMLISTORE_VERSION}" https://camlistore.googlesource.com/camlistore.git \
&& cd /go/src/camlistore.googlesource.com/camlistore \
&& go run make.go \
&& cp -r ./bin/* /usr/local/bin/ \

View File

@ -1,4 +1,4 @@
FROM alpine
FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apk add --no-cache \

View File

@ -6,7 +6,7 @@
# --entrypoint bash \
# jess/imagemin
#
FROM alpine
FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apk --no-cache add \

View File

@ -1,4 +1,4 @@
FROM alpine:3.3
FROM alpine:latest
RUN apk --no-cache add \
ca-certificates

View File

@ -6,7 +6,7 @@
# --name ykpersonalize \
# jess/ykpersonalize
#
FROM ubuntu
FROM ubuntu:16.04
MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apt-get update && apt-get install -y \