This commit is contained in:
2021-10-01 09:48:12 -04:00
parent 02ff0d0b6a
commit e152d560a9
2 changed files with 2 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ RUN apt-get update && \
RUN cpan Carton
RUN git clone https://framagit.org/fiat-tux/hat-softwares/lufi.git /usr/lufi && \
cd /usr/lufi && \
carton install --deployment --without=test --without=postgresql --without=mysql --without=swift-storage --without=ldap
carton install --deployment --without=test --without=postgresql --without=mysql --without=swift-storage --without=ldap --without=htpasswd
ENV GID=1000 \
UID=1000 \