Skip to content

Commit

Permalink
chore: remove misleading comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavovalverde authored and arya2 committed Jan 29, 2024
1 parent 2032245 commit 384dee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ ENV ZEBRA_SKIP_IPV6_TESTS=${ZEBRA_SKIP_IPV6_TESTS:-1}
ARG FEATURES
ARG TEST_FEATURES
ARG EXPERIMENTAL_FEATURES
# ${EXPERIMENTAL_FEATURES} is empty, so this is equivalent to ${FEATURES} ${TEST_FEATURES} by default
# TODO: add empty $EXPERIMENTAL_FEATURES when we can avoid adding an extra space to the end of the string
ARG ENTRYPOINT_FEATURES="${FEATURES} ${TEST_FEATURES}"

# Re-hydrate the minimum project skeleton identified by `cargo chef prepare` in the planner stage,
Expand Down

0 comments on commit 384dee7

Please sign in to comment.