Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Docker: tips & tricks per la build

Docker: tips & tricks per la build

Federico Minzoni

March 28, 2019
Tweet

More Decks by Federico Minzoni

Other Decks in Technology

Transcript

  1. Tips & tricks #3 FROM ubuntu:18.04 RUN apt-get update \

    && apt-get install -y \ curl \ vim \ && apt-get clean \ && rm -rf /var/lib/apt/lists/*