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 ebe0d2a commit ff0ab5eCopy full SHA for ff0ab5e
php7.3/cli/Dockerfile
@@ -2,9 +2,6 @@ FROM php:7.3-cli
2
3
LABEL maintainer="ReadyMadeHost http://readymadehost.com"
4
5
-ARG NODE_VERSION
6
-ENV NODE_VERSION ${NODE_VERSION}
7
-
8
# Installing required packages
9
RUN apt-get update && apt-get upgrade -y
10
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y \
0 commit comments