aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-07-10 21:12:53 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-07-10 21:12:53 +0530
commit98c49bf73ea677b568f823a5908ed8171f15997c (patch)
treea6c61739bed7d2095fad55b7941bc75d420a48fb /Dockerfile
parentRemoving incorrect apt pkg. (diff)
downloadferdium-app-98c49bf73ea677b568f823a5908ed8171f15997c.tar.gz
ferdium-app-98c49bf73ea677b568f823a5908ed8171f15997c.tar.zst
ferdium-app-98c49bf73ea677b568f823a5908ed8171f15997c.zip
Removing 'sudo' since it fails Docker build.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 69ddbbe25..db4180399 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -12,7 +12,7 @@ ARG USE_SYSTEM_FPM=true
12# Note: Added to bypass the error with missing git repo information for the 'preval-build-info' module 12# Note: Added to bypass the error with missing git repo information for the 'preval-build-info' module
13ARG PREVAL_BUILD_INFO_PLACEHOLDERS=true 13ARG PREVAL_BUILD_INFO_PLACEHOLDERS=true
14 14
15RUN sudo apt-get update \ 15RUN apt-get update \
16 && apt-get install rpm ruby gem \ 16 && apt-get install rpm ruby gem \
17 && gem install fpm --no-ri --no-rdoc --no-document 17 && gem install fpm --no-ri --no-rdoc --no-document
18 18