Browse Source

Fix building toolchain in Docker image.

v2
Christoph Scholtes 4 months ago
parent
commit
96a0b790aa
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      Dockerfile

+ 3
- 1
Dockerfile View File

@@ -43,7 +43,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
zstd \
markdown \
libarchive-tools \
gettext
gettext \
libgmp-dev \
libmpfr-dev
RUN echo "%sudo ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers

# Create unprivileged user to build toolchains and plugins


Loading…
Cancel
Save