https://github.com/willfarrell/docker-libressl
libressl build for easy COPY into other images
https://github.com/willfarrell/docker-libressl
Last synced: 3 months ago
JSON representation
libressl build for easy COPY into other images
- Host: GitHub
- URL: https://github.com/willfarrell/docker-libressl
- Owner: willfarrell
- License: mit
- Created: 2019-02-07T04:01:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-07T15:57:05.000Z (about 7 years ago)
- Last Synced: 2025-01-19T13:27:40.110Z (about 1 year ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libressl
docker container to be use to load in libressl into other containers
```Dockerfile
FROM willfarrell/libressl AS libressl
FROM node:8
COPY --from=libressl /libressl/ /
...
```