Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gohashira committed Jan 11, 2025
1 parent c87695b commit 056c768
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ RUN apt-get update && \
&& \
rm -rf /var/lib/apt/lists/*
RUN apt-get update
RUN apt-get install libdbus-1-dev pkg-config -y
RUN apt-get install curl git libdbus-1-dev pkg-config -y

# SETUP RUST DEV ENVIRONMENT
RUN apt-get install curl -y
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain stable --profile default
RUN . "$HOME/.cargo/env"

ENV CARGO_HOME=/root/.cargo
ENV PATH=$CARGO_HOME/bin:$PATH

WORKDIR /app
RUN git clone https://github.com/fossMeDaddy/sfs-cli
COPY . .

# RUN cargo build --release
Expand Down

0 comments on commit 056c768

Please sign in to comment.