Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cmspam committed May 13, 2024
1 parent 25eb755 commit a9dc8a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion debian-version/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ RUN echo "#!/bin/bash" > /sbin/systemctl && \
echo ' /opt/incus/bin/lxcfs /var/lib/incus-lxcfs --enable-loadavg --enable-cfs &' >> /start.sh && \
echo '/usr/lib/systemd/systemd-udevd &' >> /start.sh && \
echo 'UDEVD_PID=$!' >> /start.sh && \
echo '/opt/incus/bin/incusd' >> /start.sh && \
echo '/opt/incus/bin/incusd &' >> /start.sh && \
echo 'sleep infinity' >> /start.sh && \
chmod +x /start.sh

# Set environment variables
Expand Down

0 comments on commit a9dc8a2

Please sign in to comment.