Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
apkar authored Sep 3, 2019
1 parent aa665fe commit ce9be68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ FROM ubuntu:18.04
# Install dependencies

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

# Install FoundationDB Document Layer Binaries
Expand Down

0 comments on commit ce9be68

Please sign in to comment.