We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a40dcb1 commit ff00d46Copy full SHA for ff00d46
1 file changed
Dockerfile
@@ -6,7 +6,7 @@ FROM ghcr.io/containerbase/base:13.23.6@sha256:af7c74e000727bfc7641235ddfaabd606
6
ARG NODE_VERSION
7
8
RUN set -ex; \
9
- if dpkg --compare-versions "${NODE_VERSION}" lt 25.0.0; then; install-apt libatomic1; fi; \
+ if dpkg --compare-versions "${NODE_VERSION}" lt 25.0.0; then install-apt libatomic1; fi; \
10
true
11
12
RUN install-tool node
0 commit comments