Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 2cce4bb

Browse files
authored
Pin dockerfile version. (#32418)
1 parent 5ea29d5 commit 2cce4bb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ci/docker/build/Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
FROM debian:stretch
1+
FROM ubuntu:bionic@sha256:512274f1739676880585e70eea6a883db7b6d92841b02647b6c92b478356572c
22

33
ENV DEPOT_TOOLS_PATH $HOME/depot_tools
44
ENV BUILDROOT_PATH $HOME/buildroot
55
ENV ENGINE_PATH $HOME/engine
66
ENV PATH $PATH:$DEPOT_TOOLS_PATH
7+
ARG DEBIAN_FRONTEND=noninteractive
78

89
# Notes:
910
# - libx11-dev is used by Flutter for desktop linux (see also install-build-deps-linux-desktop.sh)
@@ -59,10 +60,8 @@ RUN apt-get install -y \
5960
mtools \
6061
nasm \
6162
net-tools \
62-
openjdk-8-jdk \
6363
pkg-config \
6464
python \
65-
python-m2crypto \
6665
python2.7-dev \
6766
tcpdump \
6867
texinfo \
@@ -85,7 +84,6 @@ RUN apt-get install -y \
8584

8685
# Install browsers
8786
RUN apt-get install -y \
88-
firefox-esr \
8987
google-chrome-stable
9088

9189
# Install and config gcloud

0 commit comments

Comments
 (0)