diff options
author | Maxim Devaev <[email protected]> | 2022-06-15 02:43:14 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-06-15 15:58:29 +0300 |
commit | 53e64fe1518d7dd8d53c6e04846cee1601c2c754 (patch) | |
tree | 41b0e86645293a99f9b20e32a9209c1bc2b1bd81 /testenv/Dockerfile | |
parent | 88c7796551010faf30e7f7f843432af919ea7ce0 (diff) |
pst server
Diffstat (limited to 'testenv/Dockerfile')
-rw-r--r-- | testenv/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testenv/Dockerfile b/testenv/Dockerfile index d8122fae..36d0fb3a 100644 --- a/testenv/Dockerfile +++ b/testenv/Dockerfile @@ -98,6 +98,7 @@ RUN git clone https://github.com/pikvm/ustreamer \ RUN mkdir -p \ /etc/kvmd/{nginx,vnc} \ /var/lib/kvmd/msd/{images,meta} \ + /var/lib/kvmd/pst/data \ /opt/vc/bin COPY testenv/fakes/vcgencmd /opt/vc/bin/ |