Skip to content

Commit

Permalink
[server] Update node to 12.22.6 and add additional binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Sep 21, 2021
1 parent 6306aea commit 379c073
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions components/server/leeway.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Licensed under the GNU Affero General Public License (AGPL).
# See License-AGPL.txt in the project root for license information.

FROM node:12.22.1-slim as builder
FROM node:12.22.6-slim as builder

RUN apt-get update && apt-get install -y build-essential python

Expand All @@ -12,11 +12,15 @@ WORKDIR /app
RUN /installer/install.sh


FROM node:12.22.1-slim
FROM node:12.22.6-slim

# Using ssh-keygen for RSA keypair generation
RUN apt-get update && apt-get install -yq \
openssh-client \
procps \
net-tools \
nano \
curl \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/*

EXPOSE 3000
Expand Down

0 comments on commit 379c073

Please sign in to comment.