We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37b13d1 + b54c21f commit 68eaae2Copy full SHA for 68eaae2
2 files changed
.docker/Dockerfile
@@ -1,5 +1,6 @@
1
FROM rust:1.94.1-bookworm
2
3
+RUN apt-get update && apt-get install -y libudev-dev pkg-config && rm -rf /var/lib/apt/lists/*
4
RUN rustup target install thumbv6m-none-eabi
5
RUN cargo install flip-link --version 0.1.12
6
RUN rustup component add rustfmt
.docker/compose.yaml
@@ -1,5 +1,8 @@
services:
{{project-name}}:
+ build:
+ context: .
+ dockerfile: Dockerfile
image: "ghcr.io/baker-link-lab/bakerlink-env:latest"
7
container_name: "{{project-name}}-container"
8
volumes:
0 commit comments