@devcontainer/generator
Advanced tools
Comparing version 2.6.1 to 2.7.0
@@ -152,3 +152,3 @@ "use strict"; | ||
} | ||
this._dockerfile += `\nRUN echo "${xpraStart} --html=on --bind-tcp=0.0.0.0:14500 --daemon=no" > /usr/bin/startx\n`; | ||
this._dockerfile += `\nRUN echo "${xpraStart} --html=on --bind-tcp=0.0.0.0:14500 --daemon=no --encoding=x264" > /usr/bin/startx\n`; | ||
} | ||
@@ -179,2 +179,4 @@ else if (this._noVNC) { | ||
} | ||
this._dockerfile += `RUN echo "(sysctl fs.inotify.max_user_watches=524288 fs.inotify.max_user_instances=524288 net.core.somaxconn=524288 scache.object_max_active=524288 && sysctl -p || echo ok) && ( $(cat /usr/bin/startx) || echo ok) && sleep infinity" > /usr/bin/startx | ||
`; | ||
this._dockerfile += dockerTemplates['suffix']; | ||
@@ -181,0 +183,0 @@ this._readme += readmeTemplates['suffix']; |
{ | ||
"name": "@devcontainer/generator", | ||
"version": "2.6.1", | ||
"version": "2.7.0", | ||
"description": "generates custorm devcontainer Dockerfiles", | ||
@@ -23,3 +23,3 @@ "files": [ | ||
"license": "MIT", | ||
"gitHead": "9c39d260a7f48e808a9e91047aad805be2e2a217" | ||
"gitHead": "15bf70c482eaa451fee10b4d5c2faab46ac4138a" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34018
279