Changeset 9469 in ntrip


Ignore:
Timestamp:
Jun 11, 2021, 5:01:41 PM (3 years ago)
Author:
wiese
Message:

replace apt-get with apt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/Dockerfile

    r9122 r9469  
    44# Usage: docker/podman build -t bnc:2.13 .
    55FROM debian:buster-slim
     6#FROM ubuntu:20.10
    67
    78LABEL maintainer="igs-ip@bkg.bund.de"
    89LABEL version="2.13"
    910
    10 RUN apt-get update && apt-get install -y build-essential libssl-dev
    11 RUN apt-get install -y qtbase5-dev libqt5svg5-dev
     11RUN apt update && apt upgrade -y
     12RUN apt install -y build-essential libssl-dev
     13RUN apt install -y qtbase5-dev libqt5svg5-dev
    1214
    1315COPY bnc_plugin.pro bnc.pro /tmp/BNC/
Note: See TracChangeset for help on using the changeset viewer.