Ensure that wget and curl are added to the base image
This commit is contained in:
parent
3bf74841bb
commit
9c8cf7a763
2 changed files with 2 additions and 3 deletions
|
@ -16,6 +16,6 @@ RUN echo "LANG=en_US.UTF-8" >> /etc/locale.conf
|
||||||
|
|
||||||
|
|
||||||
RUN apt update; apt-get upgrade -y
|
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
|
RUN locale-gen en_US.UTF-8
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
FROM git.zontreck.com/packages/debian:base
|
FROM git.zontreck.com/packages/debian:base
|
||||||
|
|
||||||
ENV GRADLE_VERSION 8.12
|
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 && \
|
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\
|
ocl-icd-opencl-dev\
|
||||||
cmake ninja-build \
|
cmake ninja-build \
|
||||||
openjdk-17-jdk nasm \
|
openjdk-17-jdk nasm \
|
||||||
git curl wget \
|
|
||||||
openjdk-17-jre clang \
|
openjdk-17-jre clang \
|
||||||
pkg-config libgtk-3-dev \
|
pkg-config libgtk-3-dev \
|
||||||
lldb libglu1-mesa libpulse0 \
|
lldb libglu1-mesa libpulse0 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue