mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-20 22:27:24 -04:00
Snapcraft install attempt 2
This commit is contained in:
2
.github/actions/build-ubuntu16/Dockerfile
vendored
2
.github/actions/build-ubuntu16/Dockerfile
vendored
@@ -13,7 +13,7 @@ COPY entrypoint.sh /scripts/entrypoint.sh
|
||||
COPY install-dependencies.sh /scripts/install-dependencies.sh
|
||||
|
||||
RUN chmod +x /scripts/*
|
||||
RUN /scripts/install-dependencies.sh && apt-get install -y snapd
|
||||
RUN /scripts/install-dependencies.sh && apt-get install -y snapd && snap install snapcraft --classic
|
||||
RUN snapcraft --version
|
||||
|
||||
ENTRYPOINT ["/scripts/entrypoint.sh"]
|
||||
Reference in New Issue
Block a user