Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aeraterta authored Aug 20, 2024
1 parent 385a07a commit 73a971c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ RUN apt-get update -qq && apt-get install -y -qq \
libusb-1.0-0 \
&& rm -rf /var/lib/apt/lists/*

# Install make and gcc
RUN apt-get update && \
apt-get install -y make gcc && \
rm -rf /var/lib/apt/lists/*

# Download and install MPLAB X IDE
RUN wget -q --referer="https://www.microchip.com/en-us/tools-resources/develop/mplab-x-ide" \
-O /tmp/MPLABX-v${MPLABX_VERSION}-linux-installer.tar \
Expand Down

0 comments on commit 73a971c

Please sign in to comment.