mirror of
https://github.com/w2c/letsencrypt-esxi.git
synced 2026-01-13 06:11:30 -06:00
10 lines
173 B
Docker
10 lines
173 B
Docker
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"]
|