This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
rayburgemeestre
/
build-config
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add missing Dockerfile
master
Ray Burgemeestre
5 years ago
parent
5f4b56525e
commit
9a91b9985a
1 changed files
with
14 additions
and
0 deletions
Unified View
Show Diff Stats
+14
-0
apt-publisher/Dockerfile
+ 14
- 0
apt-publisher/Dockerfile
View File
FROM ubuntu:16.04
MAINTAINER Ray Burgemeestre
RUN apt-get update && \
apt install -y sudo wget gnupg2 \
apache2 dpkg-dev dpkg-sig \
apt-utils && \
\
mkdir -p /repo && \
mkdir -p ~/.gnupg && \
rm -rf /var/lib/apt/lists/*
CMD "/bin/bash"
Write
Preview
Loading…
Cancel
Save