Score:0

Cannot install deb command in Debian Docker image

im flag

I'm trying to install a deb package in a Docker image.

I based my Dockerfile on continuumio/miniconda3 that's a Python/Debian image.

This works fine in Debian 9 but not when I try to build my Docker image. The problem that I have is that the deb command is not in Debian, and I cannot find a way to install it in the image. Any ideas how to install the deb command or another way to run that statement?

These are the commands:

RUN apt-get -y install apt-transport-https dirmngr
RUN deb https://downloads.mariadb.com/MariaDB/mariadb-columnstore-tools/latest/repo/debian9 stretch main
Score:2
in flag

deb is not a command.

The line belongs in a file in /etc/apt/sources.list.d/.

Just as explained in the documentation you linked.

ps0604 avatar
im flag
so after I add the line to the file I have to run another command?
in flag
Read the instructions. They explain it step by step.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.