@things-factory/operato-board 3.6.7 → 3.6.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/Dockerfile +1 -1
  2. package/package.json +2 -2
package/Dockerfile CHANGED
@@ -18,7 +18,7 @@ RUN apt-get install -y --no-install-recommends apt-utils
18
18
  RUN apt-get install -y chromium
19
19
  RUN apt-get install -y libcups2-dev
20
20
  RUN apt-get install -y libavahi-compat-libdnssd-dev
21
- RUN apt-get install -y gconf-service libasound2 libatk1.0-0 libcairo2 libcups2 libfontconfig1 libgdk-pixbuf2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libxss1 fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils libaio1
21
+ RUN apt-get install -y gconf-service libasound2 libatk1.0-0 libcairo2 libcups2 libfontconfig1 libgdk-pixbuf2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libxss1 fonts-liberation libnss3 lsb-release xdg-utils libaio1
22
22
 
23
23
  RUN apt update
24
24
  RUN apt-get install -y ghostscript
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-board",
3
- "version": "3.6.7",
3
+ "version": "3.6.10",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -109,5 +109,5 @@
109
109
  "@things-factory/builder": "^3.6.7"
110
110
  },
111
111
  "resolutions": {},
112
- "gitHead": "6f15856aaf04842e4b4508133753c3e17eadeec9"
112
+ "gitHead": "eca949b74094b1de9f8d0938506d426566157c9c"
113
113
  }