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 045ee80 commit cf18e9cCopy full SHA for cf18e9c
workspace/Dockerfile
@@ -15,7 +15,7 @@ RUN set -xe && \
15
16
USER root
17
18
-RUN apt install -y software-properties-common curl && \
+RUN apt install -y software-properties-common curl apt-utils && \
19
add-apt-repository -y ppa:ondrej/php && \
20
add-apt-repository -y ppa:git-core/ppa && \
21
curl -sL https://deb.nodesource.com/setup_14.x | bash && \
0 commit comments