Skip to content

Commit

Permalink
docker: give flavors their own pkgs directory
Browse files Browse the repository at this point in the history
This slightly eases lbbuild integration. We can generate both dirs and
then just call "make dockerimage".
  • Loading branch information
rck committed Mar 12, 2019
1 parent 111a638 commit e6559be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.bionic
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:bionic

COPY /pkgs /pkgs
COPY /pkgs.bionic /pkgs
RUN apt-get update && apt-get install -y kmod

COPY /entry.sh /
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.centos7
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM centos:centos7

COPY /pkgs /pkgs
COPY /pkgs.centos7 /pkgs

COPY /entry.sh /
RUN chmod +x /entry.sh
Expand Down

0 comments on commit e6559be

Please sign in to comment.