misc: update dependencies

This commit is contained in:
NGPixel
2020-04-24 15:01:23 -04:00
parent bade9430f2
commit 19dddc85c3
3 changed files with 638 additions and 561 deletions

View File

@@ -1,11 +1,11 @@
# -- DEV DOCKERFILE --
# -- DO NOT USE IN PRODUCTION! --
FROM node:12-alpine
FROM node:12
LABEL maintainer "requarks.io"
RUN apk update && \
apk add bash curl git python make g++ nano openssh gnupg --no-cache && \
RUN apt-get update && \
apt-get install -y bash curl git python make g++ nano openssh-server gnupg && \
mkdir -p /wiki
WORKDIR /wiki