We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2418c04 commit 9a775e4Copy full SHA for 9a775e4
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ubuntu:bionic
+FROM ubuntu:focal
2
MAINTAINER Jameel Moses <hello@jameelmoses.com>
3
ENV DEBIAN_FRONTEND noninteractive
4
@@ -70,7 +70,7 @@ RUN apt-get -y --allow-unauthenticated install \
70
php-xdebug
71
72
# Install latest Node
73
-RUN curl -sL https://deb.nodesource.com/setup_12.x | bash -
+RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
74
RUN apt-get install -y nodejs
75
76
# Install yarn
README.md
@@ -1,7 +1,8 @@
# ubuntu-php7-composer-node-yarn-awscli
+Ubuntu 20.04 LTS
PHP-FPM 7.4
5
Composer
-Node 12
6
+Node 14
7
Yarn
8
AWS CLI
0 commit comments