From 98c49bf73ea677b568f823a5908ed8171f15997c Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sat, 10 Jul 2021 21:12:53 +0530 Subject: Removing 'sudo' since it fails Docker build. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 69ddbbe25..db4180399 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ ARG USE_SYSTEM_FPM=true # Note: Added to bypass the error with missing git repo information for the 'preval-build-info' module ARG PREVAL_BUILD_INFO_PLACEHOLDERS=true -RUN sudo apt-get update \ +RUN apt-get update \ && apt-get install rpm ruby gem \ && gem install fpm --no-ri --no-rdoc --no-document -- cgit v1.2.3-54-g00ecf