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 committed by Geoff Stuart
parent 8c58ecc897
commit e55d6c8d65

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