Skip to content

Commit

Permalink
test with changed dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
mthalman committed Oct 10, 2024
1 parent af274bb commit 760f3f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ RUN mkdir llvm-project.src && \
-Wno-dev \
-DLLVM_ENABLE_PROJECTS="clang;lld;clang-tools-extra" && \
make -j $(getconf _NPROCESSORS_ONLN) && \
make install
make install

# Obtain arcade scripts used to build rootfs
RUN git config --global user.email builder@dotnet-buildtools-prereqs-docker && \
Expand Down
2 changes: 1 addition & 1 deletion src/azurelinux/3.0/net9.0/webassembly/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN tdnf update -y \
RUN npm i -g typescript

# Install V8 Engine
SHELL ["/bin/bash", "-c"]
SHELL ["/bin/bash", "-c"]

ENV V8_VERSION=10.8.168
RUN curl -sSL https://netcorenativeassets.blob.core.windows.net/resource-packages/external/linux/chromium-v8/v8-linux64-rel-${V8_VERSION}.zip -o ./v8.zip \
Expand Down
2 changes: 1 addition & 1 deletion src/fedora/39/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN dnf --setopt=install_weak_deps=False install -y \
which \
&& dnf clean all

# Add MS package repo.
# Add MS package repo.
COPY microsoft.asc /tmp
RUN dnf config-manager --add-repo https://packages.microsoft.com/fedora/39/prod/ && \
rpm --import /tmp/microsoft.asc && \
Expand Down

0 comments on commit 760f3f8

Please sign in to comment.