File tree 2 files changed +0
-6
lines changed
2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ ENV DEBIAN_FRONTEND noninteractive
14
14
# gdb: optionally used by runtime tests for gdb
15
15
# gfortran: for compiling cgo with fortran support (multilib for 386)
16
16
# git: git VCS supported by cmd/go
17
- # gpg: the presence of a gpg binary can influence git behavior for cmd/go tests
18
17
# libc6-dev: for building Go's bootstrap 'dist' prog
19
18
# libgles2-mesa-dev: required by x/mobile repo
20
19
# libopenal-dev: required by x/mobile repo
@@ -38,8 +37,6 @@ RUN apt-get update && apt-get install -y \
38
37
gdb \
39
38
gfortran \
40
39
git \
41
- gpg \
42
- gpg-agent \
43
40
iptables \
44
41
libc6-dev \
45
42
libgles2-mesa-dev \
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ ENV DEBIAN_FRONTEND noninteractive
17
17
# gdb: optionally used by runtime tests for gdb
18
18
# gfortran: for compiling cgo with fortran support (multilib for 386)
19
19
# git: git VCS supported by cmd/go
20
- # gpg: the presence of a gpg binary can influence git behavior for cmd/go tests
21
20
# libc6-dev-i386: for 32-bit builds
22
21
# libc6-dev: for building Go's bootstrap 'dist' prog
23
22
# libgles2-mesa-dev: required by x/mobile repo
@@ -44,8 +43,6 @@ RUN apt-get update && apt-get install -y \
44
43
gfortran \
45
44
gfortran-multilib \
46
45
git \
47
- gpg \
48
- gpg-agent \
49
46
iptables \
50
47
libc6-dev \
51
48
libc6-dev-i386 \
You can’t perform that action at this time.
0 commit comments