Skip to content

Commit 763a764

Browse files
committed
Copy lib into images
1 parent 0b0712e commit 763a764

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

container/alpine/Containerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ FROM base AS pw
1111
WORKDIR /opt/pw
1212
COPY src src
1313
COPY examples examples
14+
COPY lib lib
1415
COPY plugins plugins
1516
COPY version.txt .
1617
RUN ln -s /opt/pw/src/pw /usr/local/bin/pw

container/archlinux/Containerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ FROM base AS pw
1313
WORKDIR /opt/pw
1414
COPY src src
1515
COPY examples examples
16+
COPY lib lib
1617
COPY plugins plugins
1718
COPY version.txt .
1819
RUN ln -s /opt/pw/src/pw /usr/local/bin/pw

container/debian/Containerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ FROM base AS pw
1313
WORKDIR /opt/pw
1414
COPY src src
1515
COPY examples examples
16+
COPY lib lib
1617
COPY plugins plugins
1718
COPY version.txt .
1819
RUN ln -s /opt/pw/src/pw /usr/local/bin/pw

container/fedora/Containerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ FROM base AS pw
1616
WORKDIR /opt/pw
1717
COPY src src
1818
COPY examples examples
19+
COPY lib lib
1920
COPY plugins plugins
2021
COPY version.txt .
2122
RUN ln -s /opt/pw/src/pw /usr/local/bin/pw

container/opensuse-tumbleweed/Containerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ FROM base AS pw
1515
WORKDIR /opt/pw
1616
COPY src src
1717
COPY examples examples
18+
COPY lib lib
1819
COPY plugins plugins
1920
COPY version.txt .
2021
RUN ln -s /opt/pw/src/pw /usr/local/bin/pw

container/ubuntu/Containerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ FROM base AS pw
1313
WORKDIR /opt/pw
1414
COPY src src
1515
COPY examples examples
16+
COPY lib lib
1617
COPY plugins plugins
1718
COPY version.txt .
1819
RUN ln -s /opt/pw/src/pw /usr/local/bin/pw

0 commit comments

Comments
 (0)