Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing dependency for Debian sid
  • Loading branch information
fauust committed Feb 17, 2022
1 parent 7e71df6 commit cbc21ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions buildbot.mariadb.org/ci_build_images/.hadolint.yaml
Expand Up @@ -3,6 +3,7 @@ ignored:
- DL3005
- DL3006
- DL3008
- DL3009
- DL3013
- DL3033
- DL3041
Expand Down
5 changes: 1 addition & 4 deletions buildbot.mariadb.org/ci_build_images/debian.Dockerfile
Expand Up @@ -64,7 +64,6 @@ RUN apt-get update \
libboost-dev \
libboost-filesystem-dev \
libboost-program-options-dev \
libdistro-info-perl \
libffi-dev \
libssl-dev \
python3-dev \
Expand All @@ -73,6 +72,4 @@ RUN apt-get update \
scons \
sudo \
wget \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

&& apt-get clean

0 comments on commit cbc21ab

Please sign in to comment.