From 2137be8b3f676056c7a55436127ae4ec82bdb07b Mon Sep 17 00:00:00 2001 From: marian-pritsak Date: Thu, 15 Dec 2016 19:49:18 +0200 Subject: [PATCH] Revert "Install libjemalloc1 (#1)" This reverts commit 73b5fcee2840adcc64bee5e6ffb226a9928959e4. libjemalloc1 will be installed directly to orchagent and database --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 502125f7c..c23e59b0a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,8 +23,7 @@ RUN apt-get -y install \ rsyslog \ vim-tiny \ perl \ - python \ - libjemalloc1 + python COPY rsyslog.conf /etc/rsyslog.conf