TobDeBer
commited on
Commit
•
5dd8514
1
Parent(s):
a0d645c
slim with gomp
Browse files- slim.tar.xz +2 -2
- slim/Dockerfile +1 -0
slim.tar.xz
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:137169f7b48abc416dbc8c4cde3c95ef2f8e362b729a0fe9b3e75b53e61486fc
|
3 |
+
size 30512212
|
slim/Dockerfile
CHANGED
@@ -1,2 +1,3 @@
|
|
1 |
FROM debian:bookworm-slim
|
|
|
2 |
CMD ["sleep", " infinity"]
|
|
|
1 |
FROM debian:bookworm-slim
|
2 |
+
RUN apt-get update && apt-get install libgomp1
|
3 |
CMD ["sleep", " infinity"]
|