Skip to content
Open
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,4 @@ from quay.io/buildah/stable:latest

RUN dnf --nodocs --setopt install_weak_deps=false -y install less git make podman qemu qemu-user-static buildah clamav clamav-freshclam

COPY requirements.txt requirements.txt
RUN python3 -m ensurepip
RUN pip3 install --no-input -r requirements.txt

WORKDIR /opt/app-root/src/
4 changes: 0 additions & 4 deletions create_dev_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,6 @@ fi
# install curl in /build
buildah run $bdr make DESTDIR="/build/" install -j$(nproc)

# install useful dev deps¡
buildah run $bdr python3 -m ensurepip
#buildah run $bdr pip3 --no-input install -r ./requirements.txt

# label image
buildah config --label org.opencontainers.image.source="https://github.com/curl/curl-container" $bdr
buildah config --label org.opencontainers.image.description="minimal dev image for curl" $bdr
Expand Down
6 changes: 0 additions & 6 deletions requirements.txt

This file was deleted.

Loading