Skip to content

Commit 99f3010

Browse files
committed
add git to apk reqs
1 parent f079bf2 commit 99f3010

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,4 @@ notebook
2424
.vscode
2525
__main__.py
2626
jupyter_custom.js
27-
apk_requirements.txt
2827
.eggs

LNX-docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ services:
8585
user: ${HOST_UID}:anaconda
8686
volumes:
8787
- .:/src
88+
- ./apk_requirements.txt:/tmp/apk_requirements.txt
8889
- /tmp/.X11-unix:/tmp/.X11-unix:rw
8990
# - ./notebooks:/home/dja/notebooks
9091
networks:

apk_requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
make
2+
git

0 commit comments

Comments
 (0)