Skip to content

Commit

Permalink
misc: small fix or general refactoring i did not bother commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsocket committed Dec 18, 2023
1 parent 0453498 commit fd5be66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ RUN apt-get update && apt-get install -y libsmbclient-dev libssl-dev ca-certific
WORKDIR /app
ADD . /app
RUN cargo build --release
RUN ls -la /usr/lib/

FROM debian:bullseye
RUN apt-get update && apt-get install -y libsmbclient libssl-dev ca-certificates
Expand Down

0 comments on commit fd5be66

Please sign in to comment.