You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/12/07 14:46:00 UTC

[GitHub] [beam] KhaninArtur commented on a change in pull request #16151: [BEAM-13350][Playground] Support running katas

KhaninArtur commented on a change in pull request #16151:
URL: https://github.com/apache/beam/pull/16151#discussion_r764064792



##########
File path: playground/backend/containers/java/Dockerfile
##########
@@ -69,5 +69,11 @@ RUN wget https://repo1.maven.org/maven2/org/hamcrest/hamcrest-all/$HAMCREST_VERS
 # Install JUnit
 RUN wget https://repo1.maven.org/maven2/junit/junit/$JUNIT_VERSION/junit-$JUNIT_VERSION.jar &&\
     mv junit-$JUNIT_VERSION.jar /opt/apache/beam/jars/junit.jar
+# Install Java Katas Utils
+COPY katas /go/src/katas
+WORKDIR /go/src/katas

Review comment:
       Fair enough, changed




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org