-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated NodeJS to 20, base image to Ubuntu 24.04, added latest g++, r…
…emoved older clang
- Loading branch information
Showing
7 changed files
with
26 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
* | ||
!Dockerfile | ||
!cpp.properties |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
FROM madduci/docker-linux-cpp:latest | ||
|
||
LABEL maintainer="Michele Adduci <[email protected]>" \ | ||
license="Copyright (c) 2012-2022, Matt Godbolt" | ||
license="Copyright (c) 2012-2024, Matt Godbolt" | ||
|
||
EXPOSE 10240 | ||
|
||
|
@@ -12,7 +12,7 @@ RUN echo "*** Installing Compiler Explorer ***" \ | |
&& add-apt-repository -y "deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-19 main" \ | ||
&& DEBIAN_FRONTEND=noninteractive apt-get update \ | ||
&& apt-get install -y curl \ | ||
&& curl -sL https://deb.nodesource.com/setup_18.x | bash - \ | ||
&& curl -sL https://deb.nodesource.com/setup_20.x | bash - \ | ||
&& apt-get install -y \ | ||
wget \ | ||
ca-certificates \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters