Updated broken Dockerfile

This commit is contained in:
Maddox Werts 2024-09-04 22:57:03 -04:00
parent ba000a04ae
commit ca040a6af4
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View file

@ -55,5 +55,8 @@ dkms.conf
# Executables # Executables
**.fap **.fap
# IDEs
*.vscode
# Cache # Cache
**.ufbt/ **.ufbt/

View file

@ -14,7 +14,7 @@ RUN apt install -y curl wget python3 python3-pip
RUN pip install ufbt --break-system-packages RUN pip install ufbt --break-system-packages
## Copying compile script ## Copying compile script
COPY docker/flipper-dev.sh /bin/flipper-dev.sh COPY docker/builder/flipper-dev.sh /bin/flipper-dev.sh
RUN chmod +x /bin/flipper-dev.sh RUN chmod +x /bin/flipper-dev.sh
# RUNTIME # # RUNTIME #