dockerfile: syntax updates and s/xz/xz-utils
This fixes the automated build on Quay.io.
This commit is contained in:
parent
e834301941
commit
ea193d3ae7
@ -1,7 +1,11 @@
|
||||
FROM golang:1.5
|
||||
MAINTAINER Quentin Machu <quentin.machu@coreos.com>
|
||||
|
||||
RUN apt-get update && apt-get install -y bzr rpm xz && apt-get autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
RUN apt-get update && \
|
||||
apt-get install -y bzr rpm xz-utils && \
|
||||
apt-get autoremove -y && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
|
||||
RUN mkdir /db
|
||||
VOLUME /db
|
||||
|
Loading…
Reference in New Issue
Block a user