diff options
Diffstat (limited to 'testenv/Dockerfile')
-rw-r--r-- | testenv/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testenv/Dockerfile b/testenv/Dockerfile index a4246989..036a8380 100644 --- a/testenv/Dockerfile +++ b/testenv/Dockerfile @@ -101,7 +101,7 @@ RUN mkdir -p \ /var/lib/kvmd/pst/data \ /opt/vc/bin -COPY testenv/fakes/vcgencmd /opt/vc/bin/ +COPY testenv/fakes/vcgencmd /usr/bin/ COPY testenv/fakes/sys /fake_sysfs/sys COPY testenv/fakes/proc /fake_procfs/proc COPY testenv/fakes/etc /fake_etc/etc |