Skip to content

Commit d99563d

Browse files
authored
Update Dockerfile
1 parent 1cf4703 commit d99563d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM node:lts
2-
2+
RUN apt-get update && \
3+
apt-get -y install sudo
34
RUN curl -sL https://firebase.tools | bash
45

56
COPY entrypoint.sh /usr/local/bin

0 commit comments

Comments
 (0)