mirror of
https://github.com/mudler/luet.git
synced 2025-09-26 15:15:31 +00:00
Dockerfile: Initialize /tmp dir
This commit is contained in:
@@ -7,5 +7,6 @@ FROM scratch
|
|||||||
ENV LUET_NOLOCK=true
|
ENV LUET_NOLOCK=true
|
||||||
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
|
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
|
||||||
COPY --from=builder /luet/luet /usr/bin/luet
|
COPY --from=builder /luet/luet /usr/bin/luet
|
||||||
|
RUN mkdir /tmp && chmod a+rwx /tmp
|
||||||
|
|
||||||
ENTRYPOINT ["/usr/bin/luet"]
|
ENTRYPOINT ["/usr/bin/luet"]
|
||||||
|
Reference in New Issue
Block a user