feat: supress podman-compose warning
This commit is contained in:
parent
e5dc78049a
commit
62d6833cdc
@ -39,6 +39,7 @@ ADD home.tar.gz $DEV_HOME
|
|||||||
|
|
||||||
# Prepare .ssh and known_hosts, and fix permissions only if dirs exist
|
# Prepare .ssh and known_hosts, and fix permissions only if dirs exist
|
||||||
RUN mkdir -p $DEV_HOME/.ssh && \
|
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 2222 10.88.0.1 >> $DEV_HOME/.ssh/known_hosts && \
|
||||||
ssh-keyscan -p 22 github.com >> $DEV_HOME/.ssh/known_hosts && \
|
ssh-keyscan -p 22 github.com >> $DEV_HOME/.ssh/known_hosts && \
|
||||||
for d in $DEV_HOME/.local \
|
for d in $DEV_HOME/.local \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user