aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-07-10 21:18:45 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-07-10 21:18:45 +0530
commit04465340165a37f6817572c2e72991fdfc341c63 (patch)
tree2662e9f20bd79f8666609993ecbe00f7312c1f87 /Dockerfile
parentRemoving 'sudo' since it fails Docker build. (diff)
downloadferdium-app-04465340165a37f6817572c2e72991fdfc341c63.tar.gz
ferdium-app-04465340165a37f6817572c2e72991fdfc341c63.tar.zst
ferdium-app-04465340165a37f6817572c2e72991fdfc341c63.zip
Fixing Dockerfile
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index db4180399..005d25e4d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -12,8 +12,8 @@ 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 apt-get update \ 15RUN apt-get update -y \
16 && apt-get install rpm ruby gem \ 16 && apt-get install -y 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
19WORKDIR /usr/src/ferdi 19WORKDIR /usr/src/ferdi