Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 20016a6

Browse files
committed
Fixed firejail #2581
1 parent 6dfbca4 commit 20016a6

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

tools.yaml

+2-5
Original file line numberDiff line numberDiff line change
@@ -2349,7 +2349,7 @@ tools:
23492349

23502350
- name: firejail
23512351
version: 0.9.70
2352-
#check: ${binary}
2352+
check: ${binary} --version | head -n 1 | cut -d' ' -f3
23532353
needs:
23542354
- docker
23552355
tags:
@@ -2359,10 +2359,8 @@ tools:
23592359
RUN apt-get update \
23602360
&& apt-get -y install \
23612361
build-essential \
2362+
gawk \
23622363
git
2363-
# firejail, firecfg, firemon
2364-
# https://github.com/netblue30/firejail/tree/0.9.70/src/bash_completion
2365-
# https://github.com/netblue30/firejail/tree/0.9.70/src/zsh_completion
23662364
install: |
23672365
docker_run \
23682366
--workdir /go/src/github.com/netblue30/firejail \
@@ -2371,7 +2369,6 @@ tools:
23712369
./configure --prefix=/target
23722370
make
23732371
make install-strip
2374-
ls -l
23752372
EOF
23762373
23772374
- name: footloose

0 commit comments

Comments
 (0)