Browse Source

Reduced the size of the image a little

pull/7625/head^2
Your Name 1 month ago
parent
commit
cce2926ac8
1 changed files with 2 additions and 1 deletions
  1. 3
      dev/containers/Dockerfile

3
dev/containers/Dockerfile

@ -6,7 +6,8 @@ LABEL maintainer "requarks.io"
RUN apt-get update && \
apt-get install -y bash curl git python3 make g++ nano openssh-server gnupg && \
mkdir -p /wiki
mkdir -p /wiki && \
apt-get clean
WORKDIR /wiki

Loading…
Cancel
Save