Skip to content

Commit

Permalink
remove previous hotfix as not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
tb06904 committed Mar 22, 2024
1 parent 72ddffe commit b315e35
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docker/gaffer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,5 @@ RUN allFilesDownloaded="TRUE" && \
done \
fi

# Hotfix for Gaffer 2.1.0, see Gaffer issue #3159
RUN wget -nv "${GAFFER_DOWNLOAD_URL}/org/apache/datasketches/datasketches-memory/2.2.0/datasketches-memory-2.2.0.jar"
RUN wget -nv "${GAFFER_DOWNLOAD_URL}/org/apache/datasketches/datasketches-java/4.0.0/datasketches-java-4.0.0.jar"

FROM ${BASE_IMAGE_NAME}:${BASE_IMAGE_TAG}
COPY --from=builder --chown=root:root /jars/*.jar /opt/accumulo/lib/ext/

0 comments on commit b315e35

Please sign in to comment.