mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-01-23 02:14:29 +00:00
VNC-272 Suppress stringop-overflow warnings in build script
This commit is contained in:
parent
f4c7829244
commit
b63645a115
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,8 @@ ENV KASMVNC_BUILD_OS kali
|
|||
ENV KASMVNC_BUILD_OS_CODENAME kali-rolling
|
||||
ENV XORG_VER 21.1.14
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
ENV CXXFLAGS="-Wno-stringop-overflow"
|
||||
ENV CFLAGS="-Wno-stringop-overflow"
|
||||
|
||||
RUN grep '^deb' /etc/apt/sources.list | sed 's#^deb#deb-src#' >> /etc/apt/sources.list
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue