Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nedseb authored Sep 9, 2024
1 parent 1fd33b9 commit 0687b03
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
FROM letssteam/arm-gcc-none-eabi-toolchain:latest

# Dependencies setup
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
cu \
curl \
make \
software-properties-common \
tar \
udev \
usbutils && \
apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/*


# Install any needed packages by codal
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections && \
apt-get update && \
Expand All @@ -35,13 +22,6 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
# Install PyOCD
RUN python3 -mpip install -U pyocd

# Install Github CLI
RUN curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg && \
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null && \
sudo apt update && \
sudo apt install gh && \
apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/*

# Install dependency for chromium headless
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections && \
sudo apt update && \
Expand Down

0 comments on commit 0687b03

Please sign in to comment.