Skip to content

Commit

Permalink
http test
Browse files Browse the repository at this point in the history
  • Loading branch information
sledress committed Jan 23, 2024
1 parent 1159a24 commit f878dd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
FROM rni.jfrog.io/digit-docker-remote/ubuntu:22.04

RUN rm /etc/apt/sources.list \
&& echo 'deb https://rni.jfrog.io/digit-docker-remote stretch main' >> /etc/apt/sources.list \
&& echo 'deb https://rni.jfrog.io/digit-docker-remote stretch-updates main' >> /etc/apt/sources.list \
&& echo 'deb https://rni.jfrog.io/digit-docker-remote stretch/updates main' >> /etc/apt/sources.list \
&& echo 'deb http://rni.jfrog.io/digit-docker-remote stretch main' >> /etc/apt/sources.list \
&& echo 'deb http://rni.jfrog.io/digit-docker-remote stretch-updates main' >> /etc/apt/sources.list \
&& echo 'deb http://rni.jfrog.io/digit-docker-remote stretch/updates main' >> /etc/apt/sources.list \
&& apt-get update && apt-get install -y git curl && rm -rf /var/lib/apt/lists/*


Expand Down

0 comments on commit f878dd6

Please sign in to comment.