8 lines
146 B
Docker
8 lines
146 B
Docker
|
FROM ubuntu:bionic
|
||
|
|
||
|
ENV SKIPCACHE=2022-07-12
|
||
|
|
||
|
RUN apt-get update
|
||
|
|
||
|
RUN apt-get install -yq --no-install-suggests --no-install-recommends snapcraft
|