Always include checked in files in docker context

The .dockerignore file is symlinked to the .gitignore file, and checked
in files should not be removed from our docker context otherwise they
result in dirty git state when we build our images.
This commit is contained in:
Ian Davis 2023-01-26 13:06:23 +00:00
parent 98a9c8310b
commit 17d220524c

5
.gitignore vendored
View File

@ -47,3 +47,8 @@ build/builtin-actors/v*
build/builtin-actors/*.car
dist/
# The following files are checked into git and result
# in dirty git state if removed from the docker context
!extern/filecoin-ffi/rust/filecoin.pc