mirror of
https://github.com/w2c/letsencrypt-esxi.git
synced 2026-01-15 14:58:31 -06:00
Initial commit
This commit is contained in:
9
build/Dockerfile
Normal file
9
build/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM lamw/vibauthor
|
||||
|
||||
# Copy all files to the container
|
||||
COPY . letsencrypt-esxi
|
||||
|
||||
# Run VIB build script
|
||||
RUN /bin/bash letsencrypt-esxi/build/create_vib.sh
|
||||
|
||||
CMD ["/bin/bash"]
|
||||
Reference in New Issue
Block a user