Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
TanyaStere42 authored Mar 13, 2024
1 parent 55b3345 commit 26fe4a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion devops/wildbook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ RUN echo "ARGS AZURE_DEVOPS_CACHEBUSTER=${AZURE_DEVOPS_CACHEBUSTER}"

# Install apt packages
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y imagemagick git=1:2.11.0-3+deb9u3 maven=3.3.9-4 && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y imagemagick git maven && rm -rf /var/lib/apt/lists/*

FROM openjdk:8u171-jdk as wb-test

# The arg recieves the value from the build script --build-args, but swapping for an
# env allows it to keep this value after the current container is built.
Expand Down

0 comments on commit 26fe4a5

Please sign in to comment.