This commit is contained in:
Ylian Saint-Hilaire 2022-05-23 11:08:17 -07:00
commit fe3ee25054
2 changed files with 10 additions and 8 deletions

View File

@ -1,12 +1,6 @@
# Filename: Dockerfile
FROM ubuntu:latest
# Disable Prompt During Packages Installation
ARG DEBIAN_FRONTEND=noninteractive
#install dependencies
RUN apt-get update && apt-get install -y nodejs npm nano
FROM node:slim
#Add non-root user, add installation directories and assign proper permissions
RUN mkdir -p /opt/meshcentral

View File

@ -29984,6 +29984,7 @@
},
{
"en": "Hybrid required by server",
"nl": "Hybride vereist door de server",
"xloc": [
"default.handlebars->39->1208"
]
@ -30963,6 +30964,7 @@
},
{
"en": "Inconsistent flags",
"nl": "Inconsistente vlaggen",
"xloc": [
"default.handlebars->39->1207"
]
@ -41230,6 +41232,7 @@
},
{
"en": "NLA not supported",
"nl": "NLA niet ondersteund",
"xloc": [
"default.handlebars->39->1203"
]
@ -48602,6 +48605,7 @@
},
{
"en": "Protocol negotiation failed ({0})",
"nl": "Protocolonderhandeling mislukt ({0})",
"xloc": [
"default.handlebars->39->1202"
]
@ -54153,24 +54157,28 @@
},
{
"en": "SSL certificate not on server",
"nl": "SSL certificaat niet op de server",
"xloc": [
"default.handlebars->39->1206"
]
},
{
"en": "SSL not allowed by server",
"nl": "SSL certificaat niet toegestaan door de server",
"xloc": [
"default.handlebars->39->1205"
]
},
{
"en": "SSL required by server",
"nl": "SSL vereist door server",
"xloc": [
"default.handlebars->39->1204"
]
},
{
"en": "SSL with user auth required by server",
"nl": "SSL met gebruikersverificatie vereist door de server",
"xloc": [
"default.handlebars->39->1209"
]