Skip to content

Commit 5040b22

Browse files
committed
Fix container build targets
1 parent 829fe58 commit 5040b22

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "Reelay",
33
"build": {
44
"dockerfile": "../containers/devel/Dockerfile",
5-
"context": "../containers"
5+
"context": "../containers",
6+
"target": "reelay-devel"
67
},
78
"postCreateCommand": "make configure",
89
"customizations": {

containers/devel/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ RUN pip3 install --no-cache --break-system-packages \
5555
cmake-format \
5656
pytest
5757

58-
FROM docker.io/library/ubuntu:24.04 AS reelay-devel
58+
FROM reelay-builder AS reelay-devel
5959
ARG TARGETARCH TARGETOS TARGETPLATFORM TARGETVARIANT

0 commit comments

Comments
 (0)