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
- Host: GitHub
- URL: https://github.com/andyneff/docker-build-google-authentication-libpam
- Owner: andyneff
- Created: 2017-10-02T20:26:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-02T20:26:37.000Z (almost 9 years ago)
- Last Synced: 2025-12-07T12:27:38.019Z (7 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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