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

Add missing libc6-dev

parent ea754538
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ COPY . . ...@@ -11,7 +11,7 @@ COPY . .
# hadolint ignore=DL3008 # hadolint ignore=DL3008
RUN apt-get update \ RUN apt-get update \
&& apt-get install --no-install-recommends -y gcc libffi-dev \ && apt-get install --no-install-recommends -y gcc libffi-dev libc6-dev \
&& apt-get clean \ && apt-get clean \
&& rm -rf /var/lib/apt/lists/* \ && rm -rf /var/lib/apt/lists/* \
&& pip install --no-cache-dir -r requirements.txt && pip install --no-cache-dir -r requirements.txt
......
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