Skip to content

Commit

Permalink
Fixed the Build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Eyantra698Sumanto committed Dec 24, 2024
1 parent da835f0 commit ab89d83
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions esim-cloud-backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,16 @@ RUN curl -fSL https://github.com/imr/ngspice/archive/ngspice-$NGSPICE_VERSION.ta

# Arduino Cli and Compiling tools
RUN apk add \
cairo-dev cairo cairo-tools \
wget \
tar \
ca-certificates \
gcc-avr \
binutils \
avr-libc \
ctags
ctags \
cairo-dev \
cairo \
cairo-tools

ENV USER=root

Expand Down

0 comments on commit ab89d83

Please sign in to comment.