Add a NOP command in the commands test db as would exist in a Dockerfile build.
This commit is contained in:
parent
e7e39e6146
commit
63899b8efd
2 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ SAMPLE_CMDS = [['/bin/bash'],
|
||||||
"echo \"PasswordAuthentication no\" >> /etc/ssh/sshd_config"],
|
"echo \"PasswordAuthentication no\" >> /etc/ssh/sshd_config"],
|
||||||
["/bin/sh", "-c",
|
["/bin/sh", "-c",
|
||||||
"sed -i 's/#\\(force_color_prompt\\)/\\1/' /etc/skel/.bashrc"],
|
"sed -i 's/#\\(force_color_prompt\\)/\\1/' /etc/skel/.bashrc"],
|
||||||
|
["/bin/sh", "-c", "#(nop) EXPOSE [8080]"],
|
||||||
None]
|
None]
|
||||||
|
|
||||||
REFERENCE_DATE = datetime(2013, 6, 23)
|
REFERENCE_DATE = datetime(2013, 6, 23)
|
||||||
|
|
Binary file not shown.
Reference in a new issue