Skip to content

Commit d23f931

Browse files
authored
bug: fix Debian install build (#3175)
The `install` stage was duplicated in the Dockerfile, resulting in incomplete builds (and bad caching).
1 parent 5c27284 commit d23f931

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

ci/kokoro/install/Dockerfile.debian

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ RUN apt update && \
3737
pkg-config tar wget zlib1g-dev
3838
# ```
3939

40-
FROM devtools AS install
41-
4240
# #### crc32c
4341

4442
# There is no Debian package for this library. To install it use:

0 commit comments

Comments
 (0)