mirror of
https://github.com/mudler/luet.git
synced 2025-09-25 22:46:56 +00:00
Dockerfile: Initialize /tmp dir
This commit is contained in:
@@ -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"]
|
||||
|
Reference in New Issue
Block a user