diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-12-04 13:56:13 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-12-04 13:56:13 -0500 |
commit | 4f35c93fdebe4b06cfa4a50e79d510ae1729a704 (patch) | |
tree | 2cb4cb2ee1abdf53554d5668e51f96fa2070800c /etc/pkgs | |
download | docker-python-4f35c93fdebe4b06cfa4a50e79d510ae1729a704.tar.gz |
Initial commit
Diffstat (limited to 'etc/pkgs')
-rw-r--r-- | etc/pkgs/000-dummy.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/pkgs/000-dummy.sh b/etc/pkgs/000-dummy.sh new file mode 100644 index 0000000..06bd986 --- /dev/null +++ b/etc/pkgs/000-dummy.sh @@ -0,0 +1,2 @@ +#!/bin/bash +exit 0 |