Spaces:
Runtime error
Runtime error
grosenthal
commited on
Commit
•
d7fa13a
1
Parent(s):
3c5b26e
typo
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -18,7 +18,7 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
18 |
COPY --chown=user . .
|
19 |
COPY lib/libgnat-4.9.so /usr/lib
|
20 |
COPY lib/libgnat-4.9.so.1 /usr/lib
|
21 |
-
COPY lib/
|
22 |
|
23 |
RUN ldconfig
|
24 |
|
|
|
18 |
COPY --chown=user . .
|
19 |
COPY lib/libgnat-4.9.so /usr/lib
|
20 |
COPY lib/libgnat-4.9.so.1 /usr/lib
|
21 |
+
COPY lib/libc.so /usr/lib
|
22 |
|
23 |
RUN ldconfig
|
24 |
|