Switch base image to debian buster
This is probably what "testing" was the last time we build this anyway. Current "testing" doesn't work with bindep. Change-Id: I475f782e6516a5854cb7fc54c07200ef1e20a7fc
This commit is contained in:
parent
a2fd4212ba
commit
ab9115d4f9
@ -13,7 +13,7 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
FROM debian:testing-slim as builder
|
||||
FROM debian:buster-slim as builder
|
||||
|
||||
RUN mkdir -p /output/bindep
|
||||
RUN apt-get update && apt-get install -y python3-pip git && pip3 install bindep
|
||||
@ -25,7 +25,7 @@ RUN cd /src \
|
||||
&& make \
|
||||
&& make install
|
||||
|
||||
FROM debian:testing-slim
|
||||
FROM debian:buster-slim
|
||||
|
||||
COPY --from=builder /output/bindep/run.txt /run.txt
|
||||
RUN apt-get update \
|
||||
|
Loading…
Reference in New Issue
Block a user