We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd1a4ec commit 581aabaCopy full SHA for 581aaba
1 file changed
template/Dockerfile.jinja
@@ -5,7 +5,7 @@ FROM ghcr.io/diamondlightsource/ubuntu-devcontainer:noble AS developer
5
# Add any system dependencies for the developer/build environment here
6
RUN apt-get update && apt-get install -y --no-install-recommends \
7
graphviz \
8
- && rm -rf /var/lib/apt/lists/*
+ && rm -rf /var/lib/apt/lists/*{% if docker %}
9
10
# The build stage makes some assets using the developer tools
11
FROM developer AS build
0 commit comments