mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +00:00
remove check debian
This commit is contained in:
parent
ccfab19969
commit
37c98d7c49
7
.github/workflows/Dockerfile.ci.debian
vendored
7
.github/workflows/Dockerfile.ci.debian
vendored
@ -51,12 +51,7 @@ WORKDIR /lldap
|
||||
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 . \
|
||||
&& ls -al app/ \
|
||||
&& cat app/index.html \
|
||||
&& ls -al app/static \
|
||||
&& ls -al app/static/fonts
|
||||
&& chmod a+r -R .
|
||||
|
||||
FROM debian:bullseye-slim
|
||||
ENV UID=1000
|
||||
|
Loading…
Reference in New Issue
Block a user