diff --git a/app/Dockerfile b/app/Dockerfile index 9432233..47117a0 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:14.04 +FROM ubuntu:16.04 # Some ENV variables ENV PATH="/mattermost/bin:${PATH}" @@ -9,10 +9,11 @@ ARG edition=entreprise # Install some needed packages RUN apt-get update \ - && apt-get -y install \ + && apt-get -y --no-install-recommends install \ curl \ jq \ netcat \ + ca-certificates \ && rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin # Get Mattermost