Skip to content

Commit

Permalink
Merge pull request #2 from NervesJP/dev
Browse files Browse the repository at this point in the history
do not create (remove) symbolic link for Windows environment
  • Loading branch information
takasehideki committed Dec 8, 2020
2 parents ae92d7a + 7e517c2 commit 9d85b3a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,11 @@ RUN wget https://github.com/fhunleth/fwup/releases/download/v${FWUP_VERSION}/fwu
apt-get install -y ./fwup_${FWUP_VERSION}_amd64.deb && \
rm ./fwup_${FWUP_VERSION}_amd64.deb && \
rm -rf /var/lib/apt/lists/*
# Create (fake) symbolic link for Windows environment
RUN ln -s fwup /usr/bin/fwup.exe

# Install hex and rebar
RUN mix local.hex --force
RUN mix local.rebar --force
# Install Mix environment for Nerves
RUN mix archive.install hex nerves_bootstrap 1.10.0 --force

CMD ["/bin/bash"]
CMD ["/bin/bash"]

0 comments on commit 9d85b3a

Please sign in to comment.