Skip to content

Instantly share code, notes, and snippets.

View Faq's full-sized avatar
🎯
Focusing

Faq Faq

🎯
Focusing
  • EU
View GitHub Profile
This file has been truncated, but you can view the full file.
[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
@Faq
Faq / Dockerfile
Last active November 9, 2024 18:49
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
@Faq
Faq / gist:7352d32f45e124730d3623b8ad03c3e8
Created August 19, 2022 14:42
migrate to Propshaft
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'
@Faq
Faq / gist:8821c5fd18dd01da4f80d7435158096d
Last active September 20, 2024 15:16
Install chrome & chromedriver for Docker image 2022
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; \
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 ***