Skip to content

Commit

Permalink
v1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jameelmoses committed Jan 13, 2021
1 parent 2418c04 commit 9a775e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:bionic
FROM ubuntu:focal
MAINTAINER Jameel Moses <[email protected]>
ENV DEBIAN_FRONTEND noninteractive

Expand Down Expand Up @@ -70,7 +70,7 @@ RUN apt-get -y --allow-unauthenticated install \
php-xdebug

# Install latest Node
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash -
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
RUN apt-get install -y nodejs

# Install yarn
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# ubuntu-php7-composer-node-yarn-awscli

Ubuntu 20.04 LTS
PHP-FPM 7.4
Composer
Node 12
Node 14
Yarn
AWS CLI

0 comments on commit 9a775e4

Please sign in to comment.