Spaces:
Paused
Paused
HumbleWolf
commited on
Commit
•
430af3b
1
Parent(s):
8b77e1e
fix dockerfile
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
@@ -1,9 +1,6 @@
|
|
1 |
# Use an official Ubuntu image as a parent image
|
2 |
FROM ubuntu:20.04
|
3 |
|
4 |
-
RUN apt-get install inxi -y
|
5 |
-
RUN inxi -G
|
6 |
-
|
7 |
COPY program ./program
|
8 |
|
9 |
RUN apt-get update && \
|
|
|
1 |
# Use an official Ubuntu image as a parent image
|
2 |
FROM ubuntu:20.04
|
3 |
|
|
|
|
|
|
|
4 |
COPY program ./program
|
5 |
|
6 |
RUN apt-get update && \
|