Browse Source

Remove COPY of wg-manager

pull/109/head
Per-Arne Andersen 4 years ago
parent
commit
5a110c85e4
  1. 3
      Dockerfile

3
Dockerfile

@ -2,7 +2,8 @@ FROM ubuntu:20.04
ENV TZ=Europe/Minsk
ENV DEBIAN_FRONTEND=noninteractive
COPY ./wg-manager /tmp/build
#COPY ./wg-manager /tmp/build
RUN mkdir -p /tmp/build
WORKDIR /tmp/build
RUN apt-get update && apt-get install -y \

Loading…
Cancel
Save