mirror of
https://github.com/dockur/windows.git
synced 2025-12-21 22:51:48 +00:00
Compare commits
3 Commits
b3ad23a3cc
...
14a3577858
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
14a3577858 | ||
|
|
0b7e8f01be | ||
|
|
9eb6c3ec30 |
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
@ -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
|
||||||
|
|||||||
@ -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 \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user