Compare commits

...

3 Commits

Author SHA1 Message Date
m][sko
14a3577858
Merge 9eb6c3ec30 into 0b7e8f01be 2025-09-03 21:25:59 +05:30
renovate[bot]
0b7e8f01be
chore(deps): update hadolint/hadolint-action action to v3.2.0 (#1365)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-03 16:42:46 +02:00
Michal Lazo
9eb6c3ec30 add missing python3 package 2025-07-13 19:55:54 +02:00
2 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,7 @@ jobs:
path: "assets" path: "assets"
file-endings: ".xml" file-endings: ".xml"
- name: Lint Dockerfile - name: Lint Dockerfile
uses: hadolint/hadolint-action@v3.1.0 uses: hadolint/hadolint-action@v3.2.0
with: with:
dockerfile: Dockerfile dockerfile: Dockerfile
ignore: DL3006,DL3008 ignore: DL3006,DL3008

View File

@ -13,6 +13,7 @@ RUN set -eu && \
apt-get update && \ apt-get update && \
apt-get --no-install-recommends -y install \ apt-get --no-install-recommends -y install \
samba \ samba \
python3 \
wimtools \ wimtools \
dos2unix \ dos2unix \
cabextract \ cabextract \