Add docker-updateall script
This commit is contained in:
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()
|
Reference in New Issue
Block a user