File tree Expand file tree Collapse file tree 4 files changed +5
-12
lines changed Expand file tree Collapse file tree 4 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
call-workflow :
10
- uses : linuxserver-labs/docker-actions/.github/workflows/check-baseimage-update.yml@v7.0.6
10
+ uses : linuxserver-labs/docker-actions/.github/workflows/check-baseimage-update.yml@v8-test
11
11
with :
12
12
repo_owner : ${{ github.repository_owner }}
13
13
baseimage : " ubuntu"
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
call-workflow :
11
- uses : linuxserver-labs/docker-actions/.github/workflows/build-image.yml@v7.0.6
11
+ uses : linuxserver-labs/docker-actions/.github/workflows/build-image.yml@v8-test
12
12
with :
13
13
repo_owner : ${{ github.repository_owner }}
14
14
app_name : " simplelogin"
Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
call-workflow :
10
- uses : linuxserver-labs/docker-actions/.github/workflows/check-and-release.yml@v7.0.6
10
+ uses : linuxserver-labs/docker-actions/.github/workflows/check-and-release.yml@v8-test
11
11
with :
12
12
repo_owner : ${{ github.repository_owner }}
13
13
app_name : " simplelogin"
Original file line number Diff line number Diff line change @@ -48,16 +48,12 @@ RUN \
48
48
echo "**** install build packages ****" && \
49
49
apt-get update && \
50
50
apt-get install -y --no-install-recommends \
51
- build-essential \
52
51
clang \
53
- cmake \
54
52
gcc \
55
53
git \
56
54
libre2-dev \
57
55
ninja-build \
58
- pkg-config \
59
- python3 \
60
- python3-dev && \
56
+ pkg-config && \
61
57
curl -o /tmp/uv-installer.sh -L https://astral.sh/uv/install.sh && \
62
58
sh /tmp/uv-installer.sh && \
63
59
uv python install `cat .python-version` && \
@@ -68,15 +64,12 @@ RUN \
68
64
libre2-10 && \
69
65
echo "**** cleanup ****" && \
70
66
apt-get purge -y \
71
- build-essential \
72
67
clang \
73
- cmake \
74
68
gcc \
75
69
git \
76
70
libre2-dev \
77
71
ninja-build \
78
- pkg-config \
79
- python3-dev && \
72
+ pkg-config && \
80
73
apt-get autoremove -y && \
81
74
apt-get autoclean -y && \
82
75
rm -rf \
You can’t perform that action at this time.
0 commit comments