Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
14 changes: 14 additions & 0 deletions base/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
FROM amazonlinux:2023

ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin \
PIPX_BIN_DIR=/usr/local/bin \
PIPX_HOME=/usr/local/pipx

RUN chown root:root /tmp && \
chmod 1777 /tmp && \
yum install -y glibc-langpack-en && \
yum groupinstall -y development && \
yum install -y which clang cmake python-devel python3-devel docker && \
python3 -m ensurepip && \
yum clean all && \
pip3 install pipx --no-cache-dir
37 changes: 0 additions & 37 deletions base/base-2-arm64/Dockerfile

This file was deleted.

104 changes: 0 additions & 104 deletions base/base-2-arm64/amazonlinux2.txt

This file was deleted.

9 changes: 0 additions & 9 deletions base/base-2-arm64/build.sh

This file was deleted.

16 changes: 0 additions & 16 deletions base/base-2-arm64/dump-packages.sh

This file was deleted.

53 changes: 0 additions & 53 deletions base/base-2-arm64/packages.txt

This file was deleted.

15 changes: 0 additions & 15 deletions base/base-2-arm64/publish.sh

This file was deleted.

37 changes: 0 additions & 37 deletions base/base-2-x86_64/Dockerfile

This file was deleted.

103 changes: 0 additions & 103 deletions base/base-2-x86_64/amazonlinux2.txt

This file was deleted.

Loading