mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 17:59:21 +02:00
switch download location
This commit is contained in:
parent
4f1f5b3912
commit
85bc08c43e
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ RUN wget https://letsencrypt.org/certs/isrgrootx1.pem \
|
||||||
update-ca-certificates
|
update-ca-certificates
|
||||||
|
|
||||||
# install LAM
|
# install LAM
|
||||||
RUN wget http://prdownloads.sourceforge.net/lam/ldap-account-manager_${LAM_RELEASE}-1_all.deb?download \
|
RUN wget https://github.com/LDAPAccountManager/lam/releases/download/${LAM_RELEASE}/ldap-account-manager_${LAM_RELEASE}-1_all.deb \
|
||||||
-O /tmp/ldap-account-manager_${LAM_RELEASE}-1_all.deb && \
|
-O /tmp/ldap-account-manager_${LAM_RELEASE}-1_all.deb && \
|
||||||
dpkg -i /tmp/ldap-account-manager_${LAM_RELEASE}-1_all.deb && \
|
dpkg -i /tmp/ldap-account-manager_${LAM_RELEASE}-1_all.deb && \
|
||||||
rm -f /tmp/ldap-account-manager_${LAM_RELEASE}-1_all.deb
|
rm -f /tmp/ldap-account-manager_${LAM_RELEASE}-1_all.deb
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue