Updated broken Dockerfile
This commit is contained in:
parent
ba000a04ae
commit
ca040a6af4
2 changed files with 4 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -55,5 +55,8 @@ dkms.conf
|
||||||
# Executables
|
# Executables
|
||||||
**.fap
|
**.fap
|
||||||
|
|
||||||
|
# IDEs
|
||||||
|
*.vscode
|
||||||
|
|
||||||
# Cache
|
# Cache
|
||||||
**.ufbt/
|
**.ufbt/
|
|
@ -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 #
|
||||||
|
|
Loading…
Reference in a new issue