Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG BASE_OS=xenial
# Download and repack snapd with a replacement squashfs-tools to
# fix a bug with mksquashfs when packing a built snap.
# See: https://bugs.launchpad.net/snapd/+bug/1733598
FROM ubuntu:xenial as snapd
FROM ubuntu:xenial AS snapd

ENV DEBIAN_FRONTEND=noninteractive
ENV LDFLAGS=-static
Expand Down Expand Up @@ -54,7 +54,7 @@ RUN mksquashfs /snap/snapd/current /snapd.snap


# Prepare the filesystem to copy into a blank image
FROM ubuntu:${BASE_OS} as base
FROM ubuntu:${BASE_OS} AS base

ENV DEBIAN_FRONTEND=noninteractive

Expand Down