fusesource / jansi

Jansi is a small java library that allows you to use ANSI escape sequences to format your console output which works even on windows.
http://fusesource.github.io/jansi/
Apache License 2.0
1.11k stars 140 forks source link

Use the FreeBSD container working directory #177

Closed MrDOS closed 3 years ago

MrDOS commented 3 years ago

I was really chuffed to find that you've been using my FreeBSD cross-build container. I built the container to meet my personal needs, but I'm happy you've been able to find use in it as well. However, I built it without much familiarity with Docker in general, and in particular, without knowledge of the WORKDIR instruction. I've just updated my Dockerfile to specify a working directory, and this PR adds support for its use when building the FreeBSD natives.