Browse Source

Containerize

master
Ray Burgemeestre 5 years ago
parent
commit
c583493ecc
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      apt-publisher/Makefile

+ 3
- 0
apt-publisher/Makefile View File

@@ -1,4 +1,7 @@
SHELL:=/bin/bash

apt:
bash ../ubuntu1804.sh make impl

impl:
dpkg -i ffmpeg/*.deb

Loading…
Cancel
Save