Explorar el Código

Fix dependencies.

pull/64/head
Luigi Cruz hace 2 años
padre
commit
e1a260862f
Se han modificado 3 ficheros con 3 adiciones y 3 borrados
  1. +1
    -1
      Dockerfile
  2. +1
    -1
      build-docker.sh
  3. +1
    -1
      stage1/03-install-packages/00-packages

+ 1
- 1
Dockerfile Ver fichero

@@ -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 Ver fichero

@@ -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 Ver fichero

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

Cargando…
Cancelar
Guardar