diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | sntpc/.patch | 0 | ||||
| -rw-r--r-- | sntpc/Makefile | 2 |
3 files changed, 3 insertions, 0 deletions
@@ -4,5 +4,6 @@ .extract .fetch .install +.patch */*-* */*/ diff --git a/sntpc/.patch b/sntpc/.patch deleted file mode 100644 index e69de29..0000000 --- a/sntpc/.patch +++ /dev/null diff --git a/sntpc/Makefile b/sntpc/Makefile index 2b8472d..cfd0fb4 100644 --- a/sntpc/Makefile +++ b/sntpc/Makefile @@ -1,3 +1,5 @@ +# See: https://www.docker.com/blog/addressing-time-drift-in-docker-desktop-for-mac/ + url = https://dev.alpinelinux.org/archive/sntpc/sntpc-0.9.tar.xz configure_cmd = : inflate_cmd = xz -cd |
