Merge pull request #1 from pdonadeo/main

Cargo removed, it's useless
This commit is contained in:
Attilio Greco 2022-09-08 15:55:31 +02:00 committed by GitHub
commit f5ce00967f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.code-workspace

View File

@ -7,3 +7,5 @@ RUN apk update \
unixodbc-dev freetds-dev libffi libffi-dev czmq-dev libxml2-dev \ unixodbc-dev freetds-dev libffi libffi-dev czmq-dev libxml2-dev \
libxslt-dev automake cmake git openssl-dev ffmpeg libwebp-dev \ libxslt-dev automake cmake git openssl-dev ffmpeg libwebp-dev \
cargo poetry cargo poetry
CMD ["/bin/bash"]