feat: supress podman-compose warning

This commit is contained in:
Pallav Vasa 2025-05-20 20:59:24 +00:00
parent e5dc78049a
commit 62d6833cdc

View File

@ -39,6 +39,7 @@ ADD home.tar.gz $DEV_HOME
# Prepare .ssh and known_hosts, and fix permissions only if dirs exist
RUN mkdir -p $DEV_HOME/.ssh && \
touch /etc/containers/nodocker && \
ssh-keyscan -p 2222 10.88.0.1 >> $DEV_HOME/.ssh/known_hosts && \
ssh-keyscan -p 22 github.com >> $DEV_HOME/.ssh/known_hosts && \
for d in $DEV_HOME/.local \