Skip to content

Commit

Permalink
Upgrades ak-ubuntu to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Praseetha-KR committed Jun 14, 2018
1 parent 0d87750 commit 2c64715
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
FROM quay.io/appknox/ak-ubuntu:v0.0.1
FROM quay.io/appknox/ak-ubuntu:2.0.0

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

RUN adduser --disabled-password --gecos '' irene

RUN DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs nginx
RUN DEBIAN_FRONTEND=noninteractive apt-get update -y && \
apt-get install -y nodejs nginx

ENTRYPOINT ["./entrypoint.sh"]

Expand Down

0 comments on commit 2c64715

Please sign in to comment.