aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-07-10 21:07:04 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-07-10 21:07:04 +0530
commit6abb30ac1f1f48af9b955da0d18bd7af060ae7ae (patch)
tree11ee26dd615cebfe5bba0380d17738f94e938355 /Dockerfile
parentTurned on other h/w architectures for linux builds. (#1633) (diff)
downloadferdium-app-6abb30ac1f1f48af9b955da0d18bd7af060ae7ae.tar.gz
ferdium-app-6abb30ac1f1f48af9b955da0d18bd7af060ae7ae.tar.zst
ferdium-app-6abb30ac1f1f48af9b955da0d18bd7af060ae7ae.zip
Removing incorrect apt pkg.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 9e87709d1..69ddbbe25 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,7 +13,7 @@ ARG USE_SYSTEM_FPM=true
13ARG PREVAL_BUILD_INFO_PLACEHOLDERS=true 13ARG PREVAL_BUILD_INFO_PLACEHOLDERS=true
14 14
15RUN sudo apt-get update \ 15RUN sudo apt-get update \
16 && apt-get install gcc-multilib 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
19WORKDIR /usr/src/ferdi 19WORKDIR /usr/src/ferdi