Skip to content

Commit

Permalink
TMP, debug Dockerfile build
Browse files Browse the repository at this point in the history
  • Loading branch information
ihnorton committed Jul 20, 2023
1 parent ade1370 commit b04d965
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/Dockerfile/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@ RUN cd /home/tiledb/TileDB \
# Update shared library links/cache.
&& ldconfig \
# Take recursive ownership of the home directory.
&& chown -R tiledb: /home/tiledb
&& chown -R tiledb: /home/tiledb \
|| true

RUN cd /home/tiledb/TileDB/build && echo "=====================+" && cat vcpkg-bootstrap.log

USER tiledb
WORKDIR /home/tiledb
Expand Down

0 comments on commit b04d965

Please sign in to comment.