Skip to content

Commit

Permalink
Fix error on assign
Browse files Browse the repository at this point in the history
  • Loading branch information
cocalele committed Nov 30, 2024
1 parent 66aa93b commit 56ac842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /
COPY apt-origin.list /etc/apt/sources.list
RUN apt update
RUN wget https://gitee.com/cocalele/PureFlash/raw/master/docker/build-all.sh
ENV PFREPO =$PFREPO
ENV PFREPO $PFREPO
RUN bash ./build-all.sh

FROM ubuntu:22.04
Expand Down

0 comments on commit 56ac842

Please sign in to comment.