mirror of
https://github.com/SchildiChat/schildichat-desktop.git
synced 2025-03-29 11:32:00 +01:00
Fix debian container compile
This commit is contained in:
parent
e9faf9ab15
commit
90912a5d07
@ -1,5 +1,5 @@
|
||||
ARG NODE_VERSION
|
||||
FROM node:${NODE_VERSION}
|
||||
FROM node:${NODE_VERSION}-buster
|
||||
|
||||
RUN apt-get -qq update && apt-get -qq install --no-install-recommends -y \
|
||||
curl \
|
||||
@ -27,4 +27,4 @@ COPY . /project
|
||||
WORKDIR /project
|
||||
|
||||
# There might be remnants of the host which break the build
|
||||
RUN make fixup
|
||||
RUN make fixup
|
||||
|
Loading…
x
Reference in New Issue
Block a user