Merge pull request #1500 from AlvinMooreSr/docker-runtime

Fixed Docker Package Requirements
This commit is contained in:
Alec Grieser 2019-04-29 14:56:41 -07:00 committed by GitHub
commit f7037669dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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