mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2025-12-24 02:39:20 -05:00
maybe fix build issues
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -87,3 +87,4 @@ vue3/.vite
|
||||
vetur.config.js
|
||||
venv/
|
||||
vue3/node_modules
|
||||
.idea/easy-i18n.xml
|
||||
|
||||
@@ -23,7 +23,7 @@ RUN \
|
||||
fi
|
||||
# remove Development dependencies from requirements.txt
|
||||
RUN sed -i '/# Development/,$d' requirements.txt
|
||||
RUN apk add --no-cache --virtual .build-deps gcc musl-dev postgresql-dev zlib-dev jpeg-dev libwebp-dev openssl-dev libffi-dev cargo openldap-dev python3-dev && \
|
||||
RUN apk add --no-cache --virtual .build-deps gcc musl-dev postgresql-dev zlib-dev jpeg-dev libwebp-dev openssl-dev libffi-dev cargo openldap-dev python3-dev build-essential && \
|
||||
echo -n "INPUT ( libldap.so )" > /usr/lib/libldap_r.so && \
|
||||
python -m venv venv && \
|
||||
/opt/recipes/venv/bin/python -m pip install --upgrade pip && \
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
</v-list>
|
||||
</v-menu>
|
||||
</v-avatar>
|
||||
Test: {{$t('No_Results')}}
|
||||
Test: {{$t('Recipes')}}
|
||||
</v-app-bar>
|
||||
|
||||
<v-main>
|
||||
|
||||
Reference in New Issue
Block a user