Skip to content

Commit

Permalink
Merge pull request #250 from debricked/0-fix-debian-test
Browse files Browse the repository at this point in the history
Fix Debian Resolve Test
  • Loading branch information
ProgHaj authored Aug 20, 2024
2 parents fbabdc3 + 1c0ee74 commit 04e5703
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions build/docker/debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,17 +92,14 @@ RUN curl -fsSLO https://dot.net/v1/dotnet-install.sh \

ENV GOLANG_VERSION 1.22
RUN apt -y update && apt -y upgrade && apt -y install \
python3 \
python3-venv \
ca-certificates \
python3-pip && \
python-is-python3 \
ca-certificates && \
apt -y install -t unstable \
python3.12\
python3.12-venv \
golang-$GOLANG_VERSION \
openjdk-21-jre && \
apt -y clean && rm -rf /var/lib/apt/lists/* && \
# Symlink pip3 to pip, we assume that "pip" works in CLI
ln -sf /usr/bin/pip3 /usr/bin/pip && \
ln -sf /usr/bin/python3 /usr/bin/python && \
# Symlink go binary to bin directory which is in path
ln -s /usr/lib/go-$GOLANG_VERSION/bin/go /usr/bin/go

Expand Down

0 comments on commit 04e5703

Please sign in to comment.