Ensure that wget and curl are added to the base image

This commit is contained in:
zontreck 2025-03-21 01:38:38 -07:00
parent 3bf74841bb
commit 9c8cf7a763
2 changed files with 2 additions and 3 deletions

View file

@ -16,6 +16,6 @@ RUN echo "LANG=en_US.UTF-8" >> /etc/locale.conf
RUN apt update; apt-get upgrade -y
RUN apt-get install -y rsync zip unzip file git locales
RUN apt-get install -y rsync zip unzip file git locales curl wget
RUN locale-gen en_US.UTF-8

View file

@ -1,7 +1,7 @@
FROM git.zontreck.com/packages/debian:base
ENV GRADLE_VERSION 8.12
RUN apt-get install -y build-essential && apt-get clean -y
RUN apt-get install -y build-essential git && apt-get clean -y
RUN wget https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb -O packages-microsoft-prod.deb && \
@ -34,7 +34,6 @@ RUN apt-get install -y \
ocl-icd-opencl-dev\
cmake ninja-build \
openjdk-17-jdk nasm \
git curl wget \
openjdk-17-jre clang \
pkg-config libgtk-3-dev \
lldb libglu1-mesa libpulse0 \