abcd118q commited on
Commit
b3599ec
·
verified ·
1 Parent(s): f33baf3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 1000068060.deb /tmp/opencode.deb
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