Merge pull request #1500 from AlvinMooreSr/docker-runtime
Fixed Docker Package Requirements
This commit is contained in:
commit
f7037669dc
|
@ -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