ViViDboarder / vaultwarden_ldap

Automate LDAP invites to Vaultwarden
GNU General Public License v3.0
161 stars 29 forks source link

package 1.1.1f-ubuntu2.20 doesn't exist #144

Closed vaskokj closed 3 months ago

vaskokj commented 6 months ago

RUN apt-get update -y && apt-get install -y libssl-dev=1.1.1f-1ubuntu2.20 --no-install-recommends && rm -rf /var/lib/apt/lists/* during a build using docker build . will not build due to missing package.

Need to use libssl-dev=1.1.1f-1ubuntu2.22