This file has been truncated, but you can view the full file.
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
[internal] load build definition from Dockerfile.base | |
transferring 5165/0 0.005 | |
[internal] load metadata for docker.io/library/rockylinux:9.3 | |
[internal] load .dockerignore | |
[ 1/12] FROM docker.io/library/rockylinux:9.3@sha256:d7be1c094cc5845ee815d4632fe377514ee6ebcf8efaed6892889657e5ddaaa6 | |
resolve docker.io/library/rockylinux:9.3@sha256:d7be1c094cc5845ee815d4632fe377514ee6ebcf8efaed6892889657e5ddaaa6 0/0 0.006 | |
done 4717/4717 -11794144.086 | |
done 1042/1042 -0.38 | |
done 578/578 -0.054 | |
done 63455640/63455640 2.386 |
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
FROM rockylinux:9.3 | |
RUN dnf -y install glibc-locale-source glibc-langpack-en &&\ | |
localedef -i en_US -f UTF-8 en_US.UTF-8 | |
ENV LANG=en_US.UTF-8 | |
ENV ruby_majorversion=3.3 ruby_version=3.3.5 openssl_version=3.3.2 git_version=2.18.0 epel_release=9-8.el9 | |
RUN dnf -y update &&\ | |
dnf -y install wget tar make gcc lsof unzip git procps-ng diffutils which |
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
propshaft (467f2a13cfc3) lib/propshaft/helper.rb:4:in `compute_asset_path' | |
actionview (7.0.3.1) lib/action_view/helpers/asset_url_helper.rb:203:in `asset_path' | |
actionview (7.0.3.1) lib/action_view/helpers/asset_url_helper.rb:348:in `stylesheet_path' | |
actionview (7.0.3.1) lib/action_view/helpers/asset_tag_helper.rb:180:in `block in stylesheet_link_tag' | |
actionview (7.0.3.1) lib/action_view/helpers/asset_tag_helper.rb:179:in `map' | |
actionview (7.0.3.1) lib/action_view/helpers/asset_tag_helper.rb:179:in `stylesheet_link_tag' | |
app/views/layouts/login.html.haml:14 | |
actionview (7.0.3.1) lib/action_view/base.rb:244:in `public_send' | |
actionview (7.0.3.1) lib/action_view/base.rb:244:in `_run' | |
actionview (7.0.3.1) lib/action_view/template.rb:157:in `block in render' |
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
Source: https://gist.github.com/varyonic/dea40abcf3dd891d204ef235c6e8dd79 | |
Change log: | |
1. replaced "dl-ssl.google.com" with "dl.google.com" according https://www.google.com/linuxrepositories/ | |
2. replaced "apt-key" as "Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8))." | |
3. use https | |
Oneliner for Dockerfile: | |
RUN set -ex; \ |
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
Revision: TrinityCore rev. 3dca705acc95+ 2022-02-18 19:14:44 +0200 (3.3.5 branch) (Win64, RelWithDebInfo, Static) | |
Date 20:2:2022. Time 13:56 | |
//===================================================== | |
*** Hardware *** | |
Processor: Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz | |
Number Of Processors: 16 | |
Physical Memory: 134125364 KB (Available: 123313492 KB) | |
Commit Charge Limit: 134123464 KB | |
*** Operation System *** |