Code Monkey home page Code Monkey logo

Comments (2)

sideshowbarker avatar sideshowbarker commented on July 28, 2024

We have this:

FROM debian:sid
RUN apt-get update && \
apt-get install -y ca-certificates curl rsync git unzip \
fp-compiler fp-units-fcl fp-units-net libc6-dev \
default-jre \
libfontconfig1 libgomp1 libxml2 \
python2.7 python-pip \
fonts-dejavu fonts-droid-fallback fonts-liberation fonts-symbola fonts-unfonts-core

…so it’s trying to install python-pip from the "sid" distribution of Debian. But if you go to https://packages.debian.org/sid/python-pip, the document there says:

Package not available in this suite.

…which means, I guess, that Debian recently removed the python-pip package from "sid".

https://packages.debian.org/source/testing/python-pip also shows “Package not available”.

https://packages.debian.org/source/stable/python-pip (buster) has it, though.

So I guess we could try changing FROM debian:sid to FROM debian:stable — though I’m guessing the reason we had it set to FROM debian:sid to begin with is that some of the other packages we need to install are only in sid. Or at least they were only in sid when we added them to the apt install invocation in that Docker file. But maybe by this time, they’re all in stable.

from html-build.

sideshowbarker avatar sideshowbarker commented on July 28, 2024

I’ll try changing the Dockerfile locally to FROM debian:stable, and see if it builds successfully.

from html-build.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.