Skip to content

Commit 908b381

Browse files
committed
Add devcontainer.
1 parent ad006b9 commit 908b381

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.devcontainer/Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
FROM quay.io/pypa/manylinux2014_x86_64
2+
3+
RUN ulimit -n 1024000 && yum install -y perl-IPC-Cmd gperf git
4+
5+
WORKDIR /Nuitka-Python
6+
7+
# Entry point
8+
CMD ["/bin/bash"]

.devcontainer/devcontainer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"build": { "dockerfile": "Dockerfile" }
3+
}

0 commit comments

Comments
 (0)