Dockerfile: Initialize /tmp dir

This commit is contained in:
Daniele Rondina
2020-12-21 18:09:11 +01:00
parent 8371d7aa7b
commit 981fe5b04a

View File

@@ -7,5 +7,6 @@ FROM scratch
ENV LUET_NOLOCK=true
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=builder /luet/luet /usr/bin/luet
RUN mkdir /tmp && chmod a+rwx /tmp
ENTRYPOINT ["/usr/bin/luet"]