Skip to content

Commit

Permalink
add pi configs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Nov 13, 2023
1 parent de239c0 commit 430168d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/ci-debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ FROM debian:${DEBIAN_CODENAME}-slim as base
ARG DEBIAN_CODENAME

ENV DOCKER_RUNNING=true
RUN touch /boot/cmdlinetxt

# create config to test installation
# create pi configs to test installation
RUN touch /boot/cmdline.txt
RUN touch /boot/config.txt

RUN export DEBIAN_FRONTEND=noninteractive \
Expand Down

0 comments on commit 430168d

Please sign in to comment.