Skip to content

Commit

Permalink
docker: Disable quota; clean up dependencies and parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark committed Jul 6, 2024
1 parent 2051d04 commit 05c6c50
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ ENV LIB_DEPS \
krb5 \
libevent \
libgcrypt \
libtirpc \
libtracker \
linux-pam \
openldap \
openssl \
rpcsvc-proto \
talloc \
tracker \
Expand All @@ -33,12 +33,10 @@ ENV BUILD_DEPS \
krb5-dev \
libevent-dev \
libgcrypt-dev \
libtirpc-dev \
linux-pam-dev \
meson \
ninja \
openldap-dev \
openssl \
openssl-dev \
pkgconfig \
rpcsvc-proto-dev \
Expand All @@ -62,13 +60,15 @@ RUN chown -R builder:builder . \
USER builder

RUN meson setup build \
-Dwith-pgp-uam=false \
-Dwith-afpstats=false \
-Dwith-dbus-daemon-path=/usr/bin/dbus-daemon \
-Dwith-dbus-sysconf-path=/etc \
-Dwith-afpstats=false \
-Dwith-dtrace=false \
-Dwith-embedded-ssl=true \
-Dwith-init-style=none \
-Dwith-pgp-uam=false \
-Dwith-quota=false \
-Dwith-tcp-wrappers=false \
&& meson compile -C build

USER root
Expand Down

0 comments on commit 05c6c50

Please sign in to comment.