We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4f81cd commit 4ec66c3Copy full SHA for 4ec66c3
docker/gnu/Dockerfile
@@ -1,7 +1,7 @@
1
FROM debian:oldoldstable-slim
2
RUN mkdir nxbt
3
WORKDIR /nxbt
4
-COPY ./docker ./
+COPY ./docker ./docker
5
COPY ./nxbt ./docker/nxbt
6
RUN apt update \
7
&& apt install -y python3 python3-dev python3-pip python3-venv libssl-dev libdbus-glib-1-dev libdbus-1-dev \
0 commit comments