Skip to content

Commit

Permalink
[fix](dockerfile): Correct vfsa installation
Browse files Browse the repository at this point in the history
Compile VFSA before install
  • Loading branch information
Dirack committed Feb 21, 2024
1 parent a7fb27b commit 9a186d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ ENV PATH=/home/tryitondocker/madagascar/bin:/usr/local/sbin:/usr/local/bin:/usr/
ENV RSFSRC=/home/tryitondocker/madagascar-3.0
ENV DATAPATH=/home/tryitondocker/rsfdata/
COPY . /home/tryitondocker/madagascar-3.0/user/vfsa
RUN echo "Installing VFSA..." && cd /home/tryitondocker/madagascar-3.0/user/vfsa && cd /home/tryitondocker/madagascar-3.0 && scons install && echo "...done"
RUN echo "Installing VFSA..." && cd /home/tryitondocker/madagascar-3.0/user/vfsa && scons && cd /home/tryitondocker/madagascar-3.0 && scons install && echo "...done"

0 comments on commit 9a186d6

Please sign in to comment.