Skip to content

Commit b36b122

Browse files
Reggie Burnettdveeden
authored andcommitted
removing some proxy bits
1 parent c0fc09e commit b36b122

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Dockerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
FROM ubuntu
22

3-
#ENV http_proxy=http://www-proxy.us.oracle.com:80
4-
#ENV https_proxy=http://www-proxy.us.oracle.com:80
5-
63
RUN apt update
74
RUN apt upgrade -y
85
RUN apt install -y gcc make libmysqlclient-dev cpanminus libdbi-perl
96
RUN cpanm install Devel::CheckLib
107
RUN cpanm install Test::Deep
118

12-
ENV http_proxy=
13-
ENV https_proxy=
14-
159
## Add the wait script to the image
1610
ADD https://github.com/ufoscout/docker-compose-wait/releases/download/2.7.3/wait /wait
1711
RUN chmod +x /wait

0 commit comments

Comments
 (0)