Browse Source

Add missing Dockerfile

master
Ray Burgemeestre 5 years ago
parent
commit
9a91b9985a
1 changed files with 14 additions and 0 deletions
  1. +14
    -0
      apt-publisher/Dockerfile

+ 14
- 0
apt-publisher/Dockerfile View File

@@ -0,0 +1,14 @@
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"

Loading…
Cancel
Save