Skip to content

Commit

Permalink
Dockerfile.devel: Init /tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
geaaru committed Dec 25, 2023
1 parent cc1c155 commit 9f3c2c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile.devel
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ SHELL ["/bin/bash", "-c"]

RUN macaronictl env-update && \
luet rm -y --nodeps virtual-entities/base && \
luet cleanup --purge-repos
luet cleanup --purge-repos && \
eval 'mkdir /tmp || true' && \
chmod a+rwx /tmp

ENV TMPDIR=/tmp
ENTRYPOINT ["/bin/bash"]

0 comments on commit 9f3c2c9

Please sign in to comment.