We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8f4689 commit 7e5e22cCopy full SHA for 7e5e22c
Dockerfile
@@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends curl gnupg git
15
RUN apt-get install -y software-properties-common && add-apt-repository -y ppa:ondrej/php
16
RUN apt-get update && apt-get install -y --no-install-recommends php8.1 php8.1-curl php8.1-iconv php8.1-mbstring php8.1-bcmath php8.1-gmp
17
# Node
18
-RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
+RUN curl -sL https://deb.nodesource.com/setup_16.x | bash -
19
RUN apt-get update && apt-get install -y nodejs
20
# Python 3
21
RUN apt-get update && apt-get install -y --no-install-recommends python3 python3-pip
0 commit comments