Browse Source

new: pkg: add ``btrfs-progs`` for charms to leverage ``btrfs`` filesystem

master
Valentin Lab 2 weeks ago
parent
commit
e55f48f0c1
  1. 2
      Dockerfile

2
Dockerfile

@ -148,6 +148,8 @@ RUN wget https://github.com/mikefarah/yq/releases/download/v4.34.2/yq_linux_amd6
## handy in some charms or action to recode some output
RUN apk add patch
RUN apk add btrfs-progs
RUN apk add xxd
## used mainly to sort semantic versions correctly

Loading…
Cancel
Save