Skip to content

Commit f8ad7ff

Browse files
author
Markus Pilman
committed
Use foundationdb-dev docker image
1 parent c551258 commit f8ad7ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/gen_dev_docker.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ cd ${tmpdir}
2020
echo
2121

2222
cat <<EOF >> Dockerfile
23-
FROM foundationdb/foundationdb-build:latest
23+
FROM foundationdb/foundationdb-dev:0.11.1
2424
RUN yum install -y sudo
2525
RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
2626
RUN groupadd -g 1100 sudo

0 commit comments

Comments
 (0)