We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cf4703 commit d99563dCopy full SHA for d99563d
Dockerfile
@@ -1,5 +1,6 @@
1
FROM node:lts
2
-
+RUN apt-get update && \
3
+ apt-get -y install sudo
4
RUN curl -sL https://firebase.tools | bash
5
6
COPY entrypoint.sh /usr/local/bin
0 commit comments