Changeset 2233 in ProjectBuilder
- Timestamp:
- Jun 27, 2017, 3:16:52 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb-modules/lib/ProjectBuilder/VE.pm
r2157 r2233 306 306 print DOCKER "FROM $pbimage\n"; 307 307 print DOCKER "MAINTAINER project-builder.org aka pb\n"; 308 print D IOCKER "ENV ftp_proxy $ENV{ftp_proxy}\n" if (defined $ENV{ftp_proxy});309 print D IOCKER "ENV http_proxy $ENV{http_proxy}\n" if (defined $ENV{http_proxy});308 print DOCKER "ENV ftp_proxy $ENV{ftp_proxy}\n" if (defined $ENV{ftp_proxy}); 309 print DOCKER "ENV http_proxy $ENV{http_proxy}\n" if (defined $ENV{http_proxy}); 310 310 # We are root in that container so no need to sudo, which is present potentially 311 311 my $cmd2 = $pbos->{'install'};
Note:
See TracChangeset
for help on using the changeset viewer.