We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0fc09e commit b36b122Copy full SHA for b36b122
Dockerfile
@@ -1,17 +1,11 @@
1
FROM ubuntu
2
3
-#ENV http_proxy=http://www-proxy.us.oracle.com:80
4
-#ENV https_proxy=http://www-proxy.us.oracle.com:80
5
-
6
RUN apt update
7
RUN apt upgrade -y
8
RUN apt install -y gcc make libmysqlclient-dev cpanminus libdbi-perl
9
RUN cpanm install Devel::CheckLib
10
RUN cpanm install Test::Deep
11
12
-ENV http_proxy=
13
-ENV https_proxy=
14
15
## Add the wait script to the image
16
ADD https://github.com/ufoscout/docker-compose-wait/releases/download/2.7.3/wait /wait
17
RUN chmod +x /wait
0 commit comments