aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2024-02-17 22:17:16 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2024-02-17 16:49:07 +0000
commitf293e12e7c1bf2e6cf9cd3f5697b33cb81030de2 (patch)
tree9287bf134f5bd0b960cc7c01a87c7aea77c14c6f /Dockerfile
parentchore: fix notification "option" clone (#1580) (diff)
downloadferdium-app-f293e12e7c1bf2e6cf9cd3f5697b33cb81030de2.tar.gz
ferdium-app-f293e12e7c1bf2e6cf9cd3f5697b33cb81030de2.tar.zst
ferdium-app-f293e12e7c1bf2e6cf9cd3f5697b33cb81030de2.zip
fix docker build and related documentation
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 0b1d3bccb..83baba00b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,6 +13,7 @@ ARG PREVAL_BUILD_INFO_PLACEHOLDERS=true
13# Note: 'fpm' is needed for building on ARM machines 13# Note: 'fpm' is needed for building on ARM machines
14RUN apt-get update -y \ 14RUN apt-get update -y \
15 && apt-get install --no-install-recommends -y rpm ruby gem \ 15 && apt-get install --no-install-recommends -y rpm ruby gem \
16 && gem install dotenv -v 2.8.1 --no-ri --no-rdoc --no-document \
16 && gem install fpm --no-ri --no-rdoc --no-document 17 && gem install fpm --no-ri --no-rdoc --no-document
17 18
18WORKDIR /usr/src/ferdium 19WORKDIR /usr/src/ferdium