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 #