You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dockerfile
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,20 @@ RUN apt-get update -y && \
11
11
libfreetype6-dev \
12
12
vim \
13
13
wget \
14
+
curl \
15
+
procps \
14
16
zip \
15
17
libglib2.0-0 \
16
18
libnss3 \
17
19
libgconf-2-4 \
20
+
curl \
21
+
gnupg \
18
22
libfontconfig1
19
23
24
+
RUN echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.cloud.google.com/apt cloud-sdk main" | tee -a /etc/apt/sources.list.d/google-cloud-sdk.list
25
+
RUN curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key --keyring /usr/share/keyrings/cloud.google.gpg add -
26
+
RUN apt-get update -y && apt-get install google-cloud-cli -y
27
+
20
28
RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
21
29
RUN apt install -y ./google-chrome-stable_current_amd64.deb
0 commit comments