devcontainer: remove /run directory creation

This commit is contained in:
Ryan Cavicchioni 2025-03-25 19:58:51 -05:00
parent 9c55277924
commit 6f84053124
Signed by: ryanc
SSH Key Fingerprint: SHA256:KbXiwUnZnHFwFtt3Bytd+F3FN9pPHn1Z1cxMIE1TPbg

View File

@ -1,5 +1,2 @@
ARG VARIANT="3.4.2"
FROM ghcr.io/rails/devcontainer/images/ruby:${VARIANT}
RUN mkdir /run/kubernaut && \
chown vscode: /run/kubernaut