Skip to content

Commit

Permalink
add open resty
Browse files Browse the repository at this point in the history
  • Loading branch information
gp187 committed Jul 19, 2021
1 parent 44996ac commit 3d75865
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ RUN apt-get update && \

# OLDER
RUN apt-get update \
&& apt-get install -y wget gnupg \
&& apt-get install -y wget gnupg ca-certificates \
&& wget -O - https://openresty.org/package/pubkey.gpg | sudo apt-key add - \
&& sh -c 'echo "deb http://openresty.org/package/ubuntu $(lsb_release -sc) main" >> /etc/apt/sources.list.d/openresty.list' \
&& wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
&& sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' \
&& apt-get update \
&& apt-get install -y google-chrome-stable fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst fonts-freefont-ttf libxss1 \
&& apt-get install -y openresty google-chrome-stable fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst fonts-freefont-ttf libxss1 \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 3d75865

Please sign in to comment.