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 0453498 commit fd5be66Copy full SHA for fd5be66
Dockerfile
@@ -5,7 +5,6 @@ RUN apt-get update && apt-get install -y libsmbclient-dev libssl-dev ca-certific
5
WORKDIR /app
6
ADD . /app
7
RUN cargo build --release
8
-RUN ls -la /usr/lib/
9
10
FROM debian:bullseye
11
RUN apt-get update && apt-get install -y libsmbclient libssl-dev ca-certificates
0 commit comments