Remove unused FDB_WEBSITE arg in Dockerfile

This commit is contained in:
Dan Goodman 2023-04-16 12:46:45 -04:00 committed by GitHub
parent 15d59cbf24
commit 36415a25f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ RUN apt-get update
# dnsutils is needed to have dig installed to create cluster file
RUN apt-get install -y --no-install-recommends ca-certificates dnsutils
ARG FDB_WEBSITE=https://www.foundationdb.org
RUN wget "https://github.com/apple/foundationdb/releases/download/${FDB_VERSION}/foundationdb-clients_${FDB_VERSION}-1_amd64.deb"
RUN dpkg -i foundationdb-clients_${FDB_VERSION}-1_amd64.deb