Skip to content

Commit ce9be68

Browse files
authored
Update Dockerfile
1 parent aa665fe commit ce9be68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM ubuntu:18.04
2222
# Install dependencies
2323

2424
RUN apt-get update && \
25-
apt-get install -y curl=7.58.0-2ubuntu3.6 less && \
25+
apt-get install -y curl less && \
2626
rm -r /var/lib/apt/lists/*
2727

2828
# Install FoundationDB Document Layer Binaries

0 commit comments

Comments
 (0)