We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d8d974 commit d4374c4Copy full SHA for d4374c4
test/integration/testdata/gvisor-addon-Dockerfile
@@ -12,9 +12,8 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-FROM ubuntu:18.04
16
-RUN apt-get update && \
17
- apt-get install -y kmod gcc wget xz-utils libc6-dev bc libelf-dev bison flex openssl libssl-dev libidn2-0 sudo libcap2 && \
18
- rm -rf /var/lib/apt/lists/*
+# Need an image with chroot
+FROM alpine:3
+RUN apk -U add ca-certificates
19
COPY gvisor-addon /gvisor-addon
20
CMD ["/gvisor-addon"]
0 commit comments