We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa665fe commit ce9be68Copy full SHA for ce9be68
packaging/docker/Dockerfile
@@ -22,7 +22,7 @@ FROM ubuntu:18.04
22
# Install dependencies
23
24
RUN apt-get update && \
25
- apt-get install -y curl=7.58.0-2ubuntu3.6 less && \
+ apt-get install -y curl less && \
26
rm -r /var/lib/apt/lists/*
27
28
# Install FoundationDB Document Layer Binaries
0 commit comments