Giter Site home page Giter Site logo

Comments (3)

bugchecker avatar bugchecker commented on August 30, 2024 1

You should use 32-bit containers, for example:

FROM 32bit/ubuntu:16.04
FROM ioft/i386-ubuntu
FROM prateekgogia/ubuntu32

32-bit doesn't have official support from Docker Inc.

from docker-wine-steam.

webanck avatar webanck commented on August 30, 2024

Hello, can you please try to replace the line #!/bin/bash by #!/bin/sh in the file finalize_installation.sh and try again?
Also, what is your version of Docker?

EDIT: I just built the image from scratch without any error.
I went on the Docker installation page and it seems nor Ubuntu 15.04, nor the 32 bits architecture are supported. Have you successfully used other containers in these conditions before?

from docker-wine-steam.

parikshit10 avatar parikshit10 commented on August 30, 2024

#!/bin/sh

Using official python runtime base image

FROM python:3

Set the application directory

WORKDIR /app

Install our requirements.txt

COPY requirements.txt /app/requirements.txt
RUN pip install -r requirements.txt

Copy our code from the current folder to /app inside the container

COPY . /app

Define our command to be run when launching the container

CMD ["sh", "./runningSript.sh"]

Hi, this is my docker file but when I am building the docker file using docker build. I am getting
[8] System error: exec format error at step number 3 that is the installation of the requirement. Kindly help?

from docker-wine-steam.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.