Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
agouin committed Aug 28, 2022
0 parents commit 8e8aef9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM boxboat/config-merge:latest as config-merge
USER root
RUN apk add wget curl lz4 nano jq
RUN wget -O /usr/local/bin/dasel https://github.com/TomWright/dasel/releases/download/v1.26.0/dasel_linux_amd64
RUN chmod +x /usr/local/bin/dasel
WORKDIR /root

0 comments on commit 8e8aef9

Please sign in to comment.