Skip to content
Snippets Groups Projects
Commit 5b777e79 authored by Markus Frosch's avatar Markus Frosch
Browse files

Prefer apt-get over apt

parent 37a5839c
No related branches found
No related tags found
No related merge requests found
FROM i386/debian:jessie
RUN apt update \
&& apt upgrade -y
RUN apt-get update \
&& apt-get upgrade -y
RUN apt-get install -y \
sudo wget curl tar expect git \
......
FROM debian:jessie
RUN apt update \
&& apt upgrade -y
RUN apt-get update \
&& apt-get upgrade -y
RUN apt-get install -y \
sudo wget curl tar expect git \
......
FROM i386/debian:stretch
RUN apt update \
&& apt upgrade -y
RUN apt-get update \
&& apt-get upgrade -y
RUN apt-get install -y \
sudo wget curl tar expect git \
......
FROM debian:stretch
RUN apt update \
&& apt upgrade -y
RUN apt-get update \
&& apt-get upgrade -y
RUN apt-get install -y \
sudo wget curl tar expect git \
......
FROM i386/debian:jessie
RUN apt update \
&& apt upgrade -y
RUN apt-get update \
&& apt-get upgrade -y
RUN apt-get install -y \
sudo wget curl tar expect git \
......
FROM debian:jessie
RUN apt update \
&& apt upgrade -y
RUN apt-get update \
&& apt-get upgrade -y
RUN apt-get install -y \
sudo wget curl tar expect git \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment