Remove unused FDB_WEBSITE arg in Dockerfile
This commit is contained in:
parent
15d59cbf24
commit
36415a25f2
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue