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 2e734dc commit 113e336
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions devops/wildbook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ ENV branch=${branch}
# Install apt packages
RUN apt-get update \
&& apt-get install -y \
git=1:2.11.0-3+deb9u3 \
maven=3.3.9-4 \
&& rm -rf /var/lib/apt/lists/*
git \
maven

# Create ibeis source location
RUN mkdir -p /wildbook \
Expand Down

0 comments on commit 113e336

Please sign in to comment.