Files
letsencrypt-esxi/build/Dockerfile
Johannes Feichtner cbe7fd719f Initial commit
2022-06-19 21:31:48 +02:00

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"]