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:18 +01:00
committed by poiana
parent e7a68bde45
commit 8009d71bb2

View File

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