Deb: release numbers (18.04) -> codenames (bionic)
This commit is contained in:
10
builder/dockerfile.ubuntu_bionic.deb.build
Normal file
10
builder/dockerfile.ubuntu_bionic.deb.build
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM ubuntu:bionic
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get -y install vim build-essential devscripts equivs
|
||||
|
||||
# Install build-deps for the package.
|
||||
COPY ./debian/control /tmp
|
||||
RUN echo YYY | mk-build-deps --install --remove /tmp/control
|
||||
|
||||
USER 1000
|
||||
Reference in New Issue
Block a user