Add xxd to Dockerfile
This commit is contained in:
parent
6c1ea21ad2
commit
7edc6ec8c7
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM alpine
|
||||
|
||||
RUN apk add bash coreutils
|
||||
RUN apk add bash coreutils xxd
|
||||
|
||||
WORKDIR /code
|
||||
COPY ./backup.sh .
|
||||
|
|
Loading…
Add table
Reference in a new issue