Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cc2659de authored by Vincent Bourgmayer's avatar Vincent Bourgmayer
Browse files

fix forgotten snapd installation in dockerfile

parent 093c05b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ COPY --from=builder /snap/bin/snapcraft /snap/bin/snapcraft


# Generate locale.
RUN apt-get update && apt-get dist-upgrade --yes && apt-get install --yes sudo locales && locale-gen en_US.UTF-8
RUN apt-get update && apt-get dist-upgrade --yes && apt-get install --yes snapd sudo locales && locale-gen en_US.UTF-8

# Set the proper environment.
ENV LANG="en_US.UTF-8"