From 0eb6656705299e0f2642d7a576e1a1edd86cfffb Mon Sep 17 00:00:00 2001 From: David Arnold Date: Sun, 11 Feb 2018 15:07:01 -0500 Subject: [PATCH] [FIX] use BusyBox with glibc for the remaining dynamically linked libs --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 54b11f5..7b0ede6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM busybox +FROM busybox:glibc # Get restic executable ENV RESTIC_VERION=0.8.1