Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -19,7 +19,7 @@ USER root
|
|
| 19 |
|
| 20 |
# 3. Copy and Install the .deb
|
| 21 |
# Replace 'your_file_name.deb' with the actual name of your file
|
| 22 |
-
COPY
|
| 23 |
RUN dpkg -i /tmp/opencode.deb || apt-get install -f -y
|
| 24 |
|
| 25 |
# 4. Fix Permissions
|
|
|
|
| 19 |
|
| 20 |
# 3. Copy and Install the .deb
|
| 21 |
# Replace 'your_file_name.deb' with the actual name of your file
|
| 22 |
+
COPY opencode.deb /tmp/opencode.deb
|
| 23 |
RUN dpkg -i /tmp/opencode.deb || apt-get install -f -y
|
| 24 |
|
| 25 |
# 4. Fix Permissions
|