Added support for allowing packages to be greater than current

This commit is contained in:
Alvin Moore 2019-04-26 15:18:05 -07:00
parent 500bc220e3
commit 901150f984
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ FROM ubuntu:18.04
# Install dependencies
RUN apt-get update && \
apt-get install -y curl=7.58.0-2ubuntu3.5 \
dnsutils=1:9.11.3+dfsg-1ubuntu1.3 && \
apt-get install -y curl>=7.58.0-2ubuntu3.6 \
dnsutils>=1:9.11.3+dfsg-1ubuntu1.7 && \
rm -r /var/lib/apt/lists/*
# Install FoundationDB Binaries