jhtimmins commented on a change in pull request #9029:
URL: https://github.com/apache/airflow/pull/9029#discussion_r434017381



##########
File path: Dockerfile.ci
##########
@@ -121,14 +121,14 @@ RUN adduser airflow \
 # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863199
 RUN mkdir -pv /usr/share/man/man1 \
     && mkdir -pv /usr/share/man/man7 \
-    # && curl -fsSL 
https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | apt-key add - \
-    # && echo 'deb https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/ buster 
main' > \
-    #     /etc/apt/sources.list.d/adoptopenjdk.list \
+    && curl -fsSL 
https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | apt-key add - \
+    && echo 'deb https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/ buster main' 
> \
+        /etc/apt/sources.list.d/adoptopenjdk.list \
     && apt-get update \
     && apt-get install --no-install-recommends -y \
       gnupg \
       libgcc-8-dev \
-    #   adoptopenjdk-8-hotspot-jre \
+      adoptopenjdk-8-hotspot-jre \

Review comment:
       Removed




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to