Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM
|
2 |
|
3 |
# Install socat if it's not included in the base image
|
4 |
RUN apt-get update && apt-get install -y socat
|
|
|
1 |
+
FROM hlohaus789/g4f:latest
|
2 |
|
3 |
# Install socat if it's not included in the base image
|
4 |
RUN apt-get update && apt-get install -y socat
|