This commit is contained in:
Jamil Bou Kheir
2021-07-22 23:14:19 +00:00
parent 04f2be930a
commit 57b39b6111
3 changed files with 3 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ RUN apt-get update -q && \
lintian \
procps \
zsh \
tree \
rsync \
gdebi \
ca-certificates \

View File

@@ -7,5 +7,6 @@ ARG PKG_DIR
COPY pkg pkg
RUN rsync -avz pkg/skel/* pkg/$PKG_DIR/
RUN rsync -avz _build/prod/rel/firezone/* pkg/$PKG_DIR/usr/lib/firezone/
RUN mkdir -p pkg/$PKG_DIR/usr/bin
RUN cd pkg/$PKG_DIR/usr/bin && ln -s ../lib/firezone/bin/firezone
RUN cd pkg && dpkg-deb --build $PKG_DIR

View File

@@ -23,5 +23,6 @@ RUN npm run --prefix ./apps/fz_http/assets deploy && \
COPY rel rel
COPY config config
COPY apps apps
RUN tree .
COPY deps deps
RUN mix release