|
|
3 bulan lalu | |
|---|---|---|
| .. | ||
| .env | 3 bulan lalu | |
| README.md | 3 bulan lalu | |
| docker-compose.yaml | 3 bulan lalu | |
# Create Project
helios project add apt-cache --repo https://github.com/bmallen-xs/Helios-Services --ref main --path apt-cache
# Clone / Pull
helios project pull apt-cache
helios project up apt-cache
Add the following to your Dockerfile
RUN echo 'Acquire::HTTP::Proxy "http://172.17.0.1:3142";' >> /etc/apt/apt.conf.d/01proxy \
&& echo 'Acquire::HTTPS::Proxy "false";' >> /etc/apt/apt.conf.d/01proxy