Skip to content

Commit 4ec66c3

Browse files
committed
fix
1 parent e4f81cd commit 4ec66c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/gnu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM debian:oldoldstable-slim
22
RUN mkdir nxbt
33
WORKDIR /nxbt
4-
COPY ./docker ./
4+
COPY ./docker ./docker
55
COPY ./nxbt ./docker/nxbt
66
RUN apt update \
77
&& apt install -y python3 python3-dev python3-pip python3-venv libssl-dev libdbus-glib-1-dev libdbus-1-dev \

0 commit comments

Comments
 (0)