Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
humbertodias authored Mar 15, 2024
1 parent 1cc315a commit 504fe34
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 @@ -37,6 +37,4 @@ COPY . /build

# Fixes certificate errors with letsencrypt in ARMv7
RUN echo "ca_certificate=/etc/ssl/certs/ca-certificates.crt" >> /etc/wgetrc
RUN /build/toolchain.sh
# Temporary files
RUN rm -rf /build/build
RUN /build/toolchain.sh && rm -rf /build/build

0 comments on commit 504fe34

Please sign in to comment.