mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
cleanup
Signed-off-by: Jess Frazelle <me@jessfraz.com>
This commit is contained in:
parent
102da0ff33
commit
38fb6ec212
|
@ -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 \
|
||||
|
|
|
@ -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/ \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM alpine
|
||||
FROM alpine:latest
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
|
||||
RUN apk add --no-cache \
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# --entrypoint bash \
|
||||
# jess/imagemin
|
||||
#
|
||||
FROM alpine
|
||||
FROM alpine:latest
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
|
||||
RUN apk --no-cache add \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM alpine:3.3
|
||||
FROM alpine:latest
|
||||
|
||||
RUN apk --no-cache add \
|
||||
ca-certificates
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user