Skip to content

Instantly share code, notes, and snippets.

@willnss
Created March 6, 2022 18:32
Show Gist options
  • Save willnss/0d37e715e192a4b20f06d82bcd7e9bb6 to your computer and use it in GitHub Desktop.
Save willnss/0d37e715e192a4b20f06d82bcd7e9bb6 to your computer and use it in GitHub Desktop.
Ajuste de problema com o docker-compose no archwsl "dlopen: libcrypt.so.1: cannot open shared object file: No such file or directory"
cd /usr/lib
sudo ln ./libcrypt.so libcrypt.so.1
# docker-compose -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment