File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- name : docker-compose- test
1
+ name : docker image test
2
2
on : pull_request
3
3
jobs :
4
4
test :
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ RUN apt-get update && apt-get -y -q upgrade && DEBIAN_FRONTEND=noninteractive ap
7
7
libncurses-dev libssl-dev u-boot-tools wget \
8
8
xz-utils vim xfce4 libxml2-utils python3 python3-pip jq \
9
9
gcc clang && apt-get clean \
10
- pip3 install --upgrade pip && pip3 install setuptools && \
11
- pip3 install demjson3 && \
10
+ pip3 install --upgrade pip && pip3 install setuptools --break-system-packages && \
11
+ pip3 install demjson3 --break-system-packages && \
12
12
chmod +x /bin/checksec
Original file line number Diff line number Diff line change 1
1
module github.com/slimm609/checksec
2
2
3
- go 1.21.4
3
+ go 1.23.1
4
4
5
5
require (
6
6
github.com/fatih/color v1.17.0
Original file line number Diff line number Diff line change 4
4
# if condition becomes more difficult.
5
5
6
6
set -eou pipefail
7
+ set -x
7
8
8
9
apt-get update
9
10
apt-get -y -q upgrade
20
21
21
22
apt-get clean
22
23
23
- pip3 install --upgrade pip
24
- pip3 install setuptools demjson3
24
+ pip3 install setuptools demjson3 --break-system-packages
You can’t perform that action at this time.
0 commit comments