Skip to content

Commit

Permalink
Remove unrelated comments at the end of each Dockerfile (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wissididom authored Sep 15, 2024
1 parent 0ec8a7b commit 719f4cb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 66 deletions.
22 changes: 0 additions & 22 deletions Dockerfile_chatterino2-build-ubuntu-20.04
Original file line number Diff line number Diff line change
Expand Up @@ -296,25 +296,3 @@ apt-get install -y --no-install-recommends \

apt-get clean
EOF

# RUN <<EOF
# set -e
#
# mkdir /tmp/chatterino
# cd /tmp/chatterino
# git clone https://github.com/Chatterino/chatterino2
# cd chatterino2
# git checkout feat/ffz-channel-specific-badge-assignments
# git submodule update --init --recursive
# EOF
#
# RUN <<EOF
# set -e
#
# mkdir /tmp/chatterino/chatterino2/build
# cd /tmp/chatterino/chatterino2/build
# cmake -DBUILD_WITH_QT6=On -DCMAKE_PREFIX_PATH="$Qt6_DIR/lib/cmake" ..
# cmake --build .
# EOF

# vi: ft=dockerfile
22 changes: 0 additions & 22 deletions Dockerfile_chatterino2-build-ubuntu-22.04
Original file line number Diff line number Diff line change
Expand Up @@ -293,25 +293,3 @@ apt-get install -y --no-install-recommends \

apt-get clean
EOF

# RUN <<EOF
# set -e
#
# mkdir /tmp/chatterino
# cd /tmp/chatterino
# git clone https://github.com/Chatterino/chatterino2
# cd chatterino2
# git checkout feat/ffz-channel-specific-badge-assignments
# git submodule update --init --recursive
# EOF
#
# RUN <<EOF
# set -e
#
# mkdir /tmp/chatterino/chatterino2/build
# cd /tmp/chatterino/chatterino2/build
# cmake -DBUILD_WITH_QT6=On -DCMAKE_PREFIX_PATH="$Qt6_DIR/lib/cmake" ..
# cmake --build .
# EOF

# vi: ft=dockerfile
22 changes: 0 additions & 22 deletions Dockerfile_chatterino2-build-ubuntu-24.04
Original file line number Diff line number Diff line change
Expand Up @@ -293,25 +293,3 @@ apt-get install -y --no-install-recommends \

apt-get clean
EOF

# RUN <<EOF
# set -e
#
# mkdir /tmp/chatterino
# cd /tmp/chatterino
# git clone https://github.com/Chatterino/chatterino2
# cd chatterino2
# git checkout feat/ffz-channel-specific-badge-assignments
# git submodule update --init --recursive
# EOF
#
# RUN <<EOF
# set -e
#
# mkdir /tmp/chatterino/chatterino2/build
# cd /tmp/chatterino/chatterino2/build
# cmake -DBUILD_WITH_QT6=On -DCMAKE_PREFIX_PATH="$Qt6_DIR/lib/cmake" ..
# cmake --build .
# EOF

# vi: ft=dockerfile

0 comments on commit 719f4cb

Please sign in to comment.