Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
correction
Browse files Browse the repository at this point in the history
  • Loading branch information
manglemix committed Sep 21, 2023
1 parent 6b8f0e1 commit 69bdb02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lunadev/luna.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RUN apt-get install -y x11vnc socat xvfb
RUN git config pull.rebase false

# Install ffmpeg
RUN apt install ffmpeg
RUN apt-get install ffmpeg

COPY base_bashrc_append.sh /bashrc_append
RUN ["/bin/bash", "-c", "cat /bashrc_append >> /root/.bashrc && rm /bashrc_append"]

0 comments on commit 69bdb02

Please sign in to comment.