From 4f97027f7fe35a6a1367dcbefa4fcbd9ab00583a Mon Sep 17 00:00:00 2001 From: assignUser Date: Tue, 18 Aug 2020 18:07:53 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Gabriel Diaz --- Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9899ba05..f57d8573 100644 --- a/Dockerfile +++ b/Dockerfile @@ -61,8 +61,7 @@ RUN apk add --update --no-cache \ go \ icu-libs \ jq \ - libc-dev libxml2-dev \ - libc-dev libxml2-utils \ + libc-dev libxml2-dev libxml2-utils \ make \ musl-dev \ npm nodejs-current \ @@ -75,8 +74,6 @@ RUN apk add --update --no-cache \ readline-dev \ ruby ruby-dev ruby-bundler ruby-rdoc \ gnupg - - ######################################## # Copy dependencies files to container #