1
0
mirror of https://github.com/nitnelave/lldap.git synced 2023-04-12 14:25:13 +00:00

Update Dockerfile.ci.debian

This commit is contained in:
Dedy Martadinata S 2022-10-02 22:07:43 +07:00 committed by GitHub
parent 418c06bb92
commit 8d421ae5d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,8 +51,8 @@ RUN set -x \
&& for file in $(cat /lldap/app/static/libraries.txt); do wget -P app/static "$file"; done \
&& for file in $(cat /lldap/app/static/fonts/fonts.txt); do wget -P app/static/fonts "$file"; done \
&& chmod a+r -R .
&& ls -al app/static
&& ls -al app/static/fonts
RUN ls -al app/static && \
ls -al app/static/fonts
FROM debian:bullseye-slim
ENV UID=1000