Skip to content

Commit

Permalink
fix distroname
Browse files Browse the repository at this point in the history
  • Loading branch information
jhs88 committed Dec 21, 2024
1 parent a0be82f commit b137e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storm/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ FROM storm:${templateOption:stormVersion} AS storm

ARG DISTRO_NAME=apache-storm-${templateOption:stormVersion}
FROM mcr.microsoft.com/devcontainers/java:1-${templateOption:javaVersion}-${templateOption:imageVariant}
COPY --from=storm /apache-storm-* /
COPY --from=storm /$DISTRO_NAME /$DISTRO_NAME
ENV PATH $PATH:/$DISTRO_NAME/bin

0 comments on commit b137e67

Please sign in to comment.