You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2019/06/24 01:30:06 UTC

[arrow] branch master updated: ARROW-5698: [R] Fix docker-compose build

This is an automated email from the ASF dual-hosted git repository.

wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 1cb762a  ARROW-5698: [R] Fix docker-compose build
1cb762a is described below

commit 1cb762aec27a62684eec6fce4d6b962361904223
Author: Wes McKinney <we...@apache.org>
AuthorDate: Sun Jun 23 20:29:56 2019 -0500

    ARROW-5698: [R] Fix docker-compose build
    
    Author: Wes McKinney <we...@apache.org>
    
    Closes #4665 from wesm/docker-fix-r and squashes the following commits:
    
    d8172a4d0 <Wes McKinney> Remove extraneous continuation
---
 r/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/r/Dockerfile b/r/Dockerfile
index 541bc19..a43ac20 100644
--- a/r/Dockerfile
+++ b/r/Dockerfile
@@ -51,7 +51,7 @@ RUN apt-get update -y && \
     apt-get install -y \
             texlive-latex-base && \
     apt-get clean && \
-    rm -rf /var/lib/apt/lists/* && \
+    rm -rf /var/lib/apt/lists/*
 
 # So that arrowExports.* files are generated
 ENV ARROW_R_DEV=TRUE