Kaynağa Gözat

Fix dependencies.

pull/64/head
Luigi Cruz 2 yıl önce
ebeveyn
işleme
e1a260862f
3 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. +1
    -1
      Dockerfile
  2. +1
    -1
      build-docker.sh
  3. +1
    -1
      stage1/03-install-packages/00-packages

+ 1
- 1
Dockerfile Dosyayı Görüntüle

@@ -1,4 +1,4 @@
ARG BASE_IMAGE=debian:bullseye
ARG BASE_IMAGE=debian:buster
FROM ${BASE_IMAGE}

ENV DEBIAN_FRONTEND noninteractive


+ 1
- 1
build-docker.sh Dosyayı Görüntüle

@@ -75,7 +75,7 @@ fi
# Modify original build-options to allow config file to be mounted in the docker container
BUILD_OPTS="$(echo "${BUILD_OPTS:-}" | sed -E 's@\-c\s?([^ ]+)@-c /config@')"

BASE_IMAGE=debian:bullseye
BASE_IMAGE=debian:buster
${DOCKER} build --build-arg BASE_IMAGE=${BASE_IMAGE} -t pi-gen "${DIR}"

if [ "${CONTAINER_EXISTS}" != "" ]; then


+ 1
- 1
stage1/03-install-packages/00-packages Dosyayı Görüntüle

@@ -1 +1 @@
libraspberrypi-bin libraspberrypi0
libraspberrypi-bin libraspberrypi0 raspi-config

Yükleniyor…
İptal
Kaydet