From 7edc6ec8c74048885a2b7025dfc9567580bf1c4a Mon Sep 17 00:00:00 2001 From: Nicolas Chan Date: Sat, 20 Mar 2021 02:39:58 -0700 Subject: [PATCH] Add xxd to Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c872b6e..2a9789a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine -RUN apk add bash coreutils +RUN apk add bash coreutils xxd WORKDIR /code COPY ./backup.sh .