mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-19 13:00:54 -07:00
Merge pull request #2166 from avoidik/patch-1
suppress ntlm error messages in Windows build
This commit is contained in:
commit
45687b0548
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ ENV TARGETNAME windows.x86_64
|
||||||
# We don't need wine32, even though it complains
|
# We don't need wine32, even though it complains
|
||||||
USER root
|
USER root
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
RUN apt-get update && apt-get install -y curl busybox wine
|
RUN apt-get update && apt-get install -y curl busybox wine winbind
|
||||||
|
|
||||||
# Fetch Windows version, will be available under z:\haskell
|
# Fetch Windows version, will be available under z:\haskell
|
||||||
WORKDIR /haskell
|
WORKDIR /haskell
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue