Add docker-updateall script
This commit is contained in:
parent
a81a327b2b
commit
c2c15e3cf1
11
packaging_scripts/bin/docker-updateall
Normal file
11
packaging_scripts/bin/docker-updateall
Normal file
@ -0,0 +1,11 @@
|
||||
#!/usr/bin/python3
|
||||
|
||||
import argparse
|
||||
|
||||
|
||||
def main():
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
Loading…
x
Reference in New Issue
Block a user