Skip to content
Snippets Groups Projects
Unverified Commit 072dba5b authored by Varac's avatar Varac
Browse files

Install missing libffi-dev

parent ab2635fb
No related branches found
No related tags found
No related merge requests found
FROM python:3.11-slim
RUN apt-get update
RUN apt-get install -y gcc
RUN apt-get install -y gcc libffi-dev
## make a local directory
RUN mkdir /app
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment