Skip to content

Instantly share code, notes, and snippets.

@thekingisback-code
Last active September 15, 2019 23:12
Show Gist options
  • Save thekingisback-code/7d9b3fc80c76018846aa8a8881881bb9 to your computer and use it in GitHub Desktop.
Save thekingisback-code/7d9b3fc80c76018846aa8a8881881bb9 to your computer and use it in GitHub Desktop.
FROM fedora:30
ENV LANG C.UTF-8
RUN dnf update -y \
&& dnf install -y \
arm-none-eabi-gcc-cs-7.4.0 \
arm-none-eabi-newlib \
curl \
git \
make \
openocd \
python \
wget \
which \
findutils \
&& dnf clean all
RUN alias python='python3'
VOLUME /bulebule
WORKDIR /bulebule
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment