Skip to content

Commit

Permalink
Move to ubuntu 20.04 and add dns utils
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmosgenius committed May 4, 2020
1 parent b378e00 commit c352f22
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions ak-ubuntu/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM ubuntu:18.04
FROM ubuntu:20.04

LABEL maintainer "Appknox <engineering@appknox.com>"

ENV GOSU_VERSION 1.11
ENV GOSU_VERSION 1.12
ENV LANG en_US.UTF-8

RUN apt-get update -y \
Expand All @@ -18,9 +18,11 @@ RUN apt-get update -y \
fonts-noto-cjk \
language-pack-en \
iputils-ping \
&& curl -sL https://deb.nodesource.com/setup_12.x -o nodesource_setup.sh \
tmux \
dnsutils \
&& curl -sL https://deb.nodesource.com/setup_14.x -o nodesource_setup.sh \
&& bash nodesource_setup.sh \
&& add-apt-repository ppa:nginx/development -y \
# && add-apt-repository ppa:nginx/stable -y \
&& curl -s https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \
&& sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt/ $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list' \
&& apt-get update -y \
Expand Down

0 comments on commit c352f22

Please sign in to comment.