Error
This commit is contained in:
parent
f8735354a2
commit
d5bc6d9f26
1 changed files with 2 additions and 1 deletions
|
|
@ -33,7 +33,8 @@ RUN echo -n 'INPUT ( libldap.so )' > /usr/lib/libldap_r.so
|
||||||
|
|
||||||
# Install Python dependencies in virtual environment
|
# Install Python dependencies in virtual environment
|
||||||
RUN /venv/bin/pip install --no-cache-dir --upgrade pip && \
|
RUN /venv/bin/pip install --no-cache-dir --upgrade pip && \
|
||||||
/venv/bin/pip install --no-cache-dir python-ldap xmlsec
|
/venv/bin/pip install --no-cache-dir python-ldap xmlsec && \
|
||||||
|
/venv/bin/pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
# Create user and set permissions
|
# Create user and set permissions
|
||||||
RUN adduser -D -u 1000 tandoor && \
|
RUN adduser -D -u 1000 tandoor && \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue