From 8ffa6a1594fd0e6c4db317ad572094785667aa31 Mon Sep 17 00:00:00 2001 From: Marcel Schneider Date: Fri, 14 Dec 2018 14:18:30 +0100 Subject: [PATCH] Remove wrong ampersands --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index de75835..3fa8ffd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,4 +2,4 @@ FROM thomasweise/docker-texlive-full MAINTAINER Marcel Schneider RUN apt-get update RUN apt-get install -y apt-utils -RUN apt-get install -y python-pygments && parallel +RUN apt-get install -y python-pygments parallel