Skip to content

Commit 581aaba

Browse files
committed
Add missing if docker jinja tag
1 parent dd1a4ec commit 581aaba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

template/Dockerfile.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM ghcr.io/diamondlightsource/ubuntu-devcontainer:noble AS developer
55
# Add any system dependencies for the developer/build environment here
66
RUN apt-get update && apt-get install -y --no-install-recommends \
77
graphviz \
8-
&& rm -rf /var/lib/apt/lists/*
8+
&& rm -rf /var/lib/apt/lists/*{% if docker %}
99

1010
# The build stage makes some assets using the developer tools
1111
FROM developer AS build

0 commit comments

Comments
 (0)