FROM ortussolutions/commandbox:lucee5

RUN apt-get update && \
	apt-get install -y \
		zip && \
	apt-get clean