mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-13 00:12:39 +01:00
convert all spaces to tabs, lets see what breaks
Signed-off-by: Jessica Frazelle <princess@docker.com>
This commit is contained in:
@@ -2,11 +2,11 @@ FROM ubuntu:14.04
|
||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
software-properties-common \
|
||||
--no-install-recommends && \
|
||||
add-apt-repository ppa:tomahawk/ppa && \
|
||||
apt-get update && \
|
||||
apt-get install -y \
|
||||
tomahawk
|
||||
software-properties-common \
|
||||
--no-install-recommends && \
|
||||
add-apt-repository ppa:tomahawk/ppa && \
|
||||
apt-get update && \
|
||||
apt-get install -y \
|
||||
tomahawk
|
||||
|
||||
ENTRYPOINT [ "/usr/bin/tomahawk" ]
|
||||
ENTRYPOINT [ "/usr/bin/tomahawk" ]
|
||||
|
||||
Reference in New Issue
Block a user