Skip to content

Commit

Permalink
Merge pull request #1 from appknox/font-noto
Browse files Browse the repository at this point in the history
Adds fonts-noto-cjk to apt install
  • Loading branch information
Praseetha-KR authored Mar 26, 2018
2 parents 8ef66a1 + 42f48ed commit 95b1950
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ak-ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,20 @@ LABEL maintainer "Appknox <[email protected]>"

ENV GOSU_VERSION 1.10

RUN apt-get update || apt-get update \
RUN apt-get update -y || apt-get update -y \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y \
build-essential \
curl \
git \
zip \
software-properties-common \
python-software-properties \
fonts-noto-cjk \
&& curl -sL https://deb.nodesource.com/setup_9.x -o nodesource_setup.sh \
&& bash nodesource_setup.sh \
&& add-apt-repository ppa:nginx/development -y \
&& add-apt-repository ppa:deadsnakes/ppa \
&& apt-get update \
&& apt-get update -y \
&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 \
&& curl -o /usr/local/bin/gosu -SL "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" \
&& curl -o /usr/local/bin/gosu.asc -SL "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" \
Expand Down

0 comments on commit 95b1950

Please sign in to comment.