Changeset 9469 in ntrip
- Timestamp:
- Jun 11, 2021, 5:01:41 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/Dockerfile
r9122 r9469 4 4 # Usage: docker/podman build -t bnc:2.13 . 5 5 FROM debian:buster-slim 6 #FROM ubuntu:20.10 6 7 7 8 LABEL maintainer="igs-ip@bkg.bund.de" 8 9 LABEL version="2.13" 9 10 10 RUN apt-get update && apt-get install -y build-essential libssl-dev 11 RUN apt-get install -y qtbase5-dev libqt5svg5-dev 11 RUN apt update && apt upgrade -y 12 RUN apt install -y build-essential libssl-dev 13 RUN apt install -y qtbase5-dev libqt5svg5-dev 12 14 13 15 COPY bnc_plugin.pro bnc.pro /tmp/BNC/
Note:
See TracChangeset
for help on using the changeset viewer.