Added support for allowing packages to be greater than current
This commit is contained in:
parent
500bc220e3
commit
901150f984
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue