chore(docker/driver-loader-buster): align to other Dockerfiles

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
Leonardo Grasso
2026-01-09 11:57:02 +01:00
committed by poiana
parent 3d603af362
commit e7a68bde45

View File

@@ -22,7 +22,7 @@ ARG HOME=/root
ENV FALCO_VERSION="${FALCO_VERSION}" \
VERSION_BUCKET="${VERSION_BUCKET}" \
HOST_ROOT="/host" \
HOME="/root"
HOME="${HOME}"
RUN cp /etc/skel/.bashrc /root && cp /etc/skel/.profile /root