You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
315 B
Docker
10 lines
315 B
Docker
# Build Docker image with Vitastor packages
|
|
|
|
FROM debian:bullseye
|
|
|
|
ADD vitastor.list /etc/apt/sources.list.d
|
|
ADD vitastor.gpg /etc/apt/trusted.gpg.d
|
|
ADD vitastor.pref /etc/apt/preferences.d
|
|
ADD apt.conf /etc/apt/
|
|
RUN apt-get update && apt-get -y install vitastor qemu-system-x86 qemu-system-common && apt-get clean
|