An open API service indexing awesome lists of open source software.

https://github.com/andyneff/docker-build-google-authentication-libpam

Simple docker to build google-authentication-libpam in a docker
https://github.com/andyneff/docker-build-google-authentication-libpam

Last synced: 4 months ago
JSON representation

Simple docker to build google-authentication-libpam in a docker

Awesome Lists containing this project

README

          

# Usage

```
docker-compose build --arg=BASE_IMAGE=ubuntu:16.04
docker-compose run build
sudo cp ./src/build/pam_google_authenticator.so /lib/security/
```

Where `BASE_IMAGE` should match your host OS and `/lib/security/` may vary on
your os