Skip to content

Commit 986d871

Browse files
committed
webpage: fix docker build process
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
1 parent 4aeeb4a commit 986d871

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/build-webpage.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ jobs:
3232

3333
steps:
3434
- uses: actions/checkout@v6
35-
- id: files
36-
uses: masesgroup/retrieve-changed-files@v4
37-
with:
38-
format: "csv"
3935
- name: Use Node.js
4036
uses: actions/setup-node@v6
4137
with:

webpage/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM node:22-alpine AS node
66
WORKDIR /app
77

88
## Install Python 3 for HTML fixer script
9-
#RUN apk add --no-cache python3
9+
RUN apk add --no-cache python3
1010

1111
# Copy package files first for better layer caching
1212
COPY package*.json ./

0 commit comments

Comments
 (0)